Flutter Engine
The Flutter Engine
|
#include "flutter/runtime/dart_plugin_registrant.h"
#include <string>
#include "flutter/fml/logging.h"
#include "flutter/fml/trace_event.h"
#include "third_party/tonic/converter/dart_converter.h"
#include "third_party/tonic/logging/dart_invoke.h"
Go to the source code of this file.
Namespaces | |
namespace | flutter |
Functions | |
bool | flutter::InvokeDartPluginRegistrantIfAvailable (Dart_Handle library_handle) |
bool | flutter::FindAndInvokeDartPluginRegistrant () |
Variables | |
const char * | flutter::dart_plugin_registrant_library_override = nullptr |