5#ifndef FLUTTER_LIB_UI_DART_RUNTIME_HOOKS_H_
6#define FLUTTER_LIB_UI_DART_RUNTIME_HOOKS_H_
9#include "third_party/dart/runtime/include/dart_api.h"
16 static void Install(
bool is_ui_isolate,
17 bool enable_microtask_profiling,
18 const std::string& script_uri);
static Dart_Handle GetCallbackHandle(Dart_Handle func)
static Dart_Handle GetCallbackFromHandle(int64_t handle)
static void ScheduleMicrotask(Dart_Handle closure)
static void Logger_PrintDebugString(const std::string &message)
static void Install(bool is_ui_isolate, bool enable_microtask_profiling, const std::string &script_uri)
static void Logger_PrintString(const std::string &message)
G_BEGIN_DECLS GBytes * message
#define FML_DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName)
void DartPluginRegistrant_EnsureInitialized()