#include <functional>
#include <map>
#include <memory>
#include <string>
#include "flutter/fml/macros.h"
#include "third_party/dart/runtime/include/dart_api.h"
Go to the source code of this file.
◆ CREATE_NATIVE_ENTRY
#define CREATE_NATIVE_ENTRY |
( |
|
native_entry | ) |
|
Value:
}; \
closure = (native_entry); \
return entrypoint; \
})()
struct _Dart_NativeArguments * Dart_NativeArguments
void(* Dart_NativeFunction)(Dart_NativeArguments arguments)
G_BEGIN_DECLS G_MODULE_EXPORT FlValue * args
std::function< void(Dart_NativeArguments)> NativeEntry
std::function< void()> closure
Definition at line 16 of file test_dart_native_resolver.h.