Flutter Engine
The Flutter Engine
|
#include <platform_configuration.h>
Public Member Functions | |
virtual | ~PlatformMessageHandlerStorage ()=default |
virtual void | SetPlatformMessageHandler (int64_t root_isolate_token, std::weak_ptr< PlatformMessageHandler > handler)=0 |
virtual std::weak_ptr< PlatformMessageHandler > | GetPlatformMessageHandler (int64_t root_isolate_token) const =0 |
An inteface that the result of Dart_CurrentIsolateGroupData
should implement for registering background isolates to work.
Definition at line 550 of file platform_configuration.h.
|
virtualdefault |
|
pure virtual |
Implemented in flutter::DartIsolateGroupData.
|
pure virtual |
Implemented in flutter::DartIsolateGroupData.