#include <platform_message_handler_ios.h>
Public Attributes | |
fml::scoped_nsprotocol< NSObject< FlutterTaskQueueDispatch > * > | task_queue |
fml::ScopedBlock< FlutterBinaryMessageHandler > | handler |
Definition at line 35 of file platform_message_handler_ios.h.
fml::ScopedBlock<FlutterBinaryMessageHandler> flutter::PlatformMessageHandlerIos::HandlerInfo::handler |
Definition at line 37 of file platform_message_handler_ios.h.
Referenced by flutter::PlatformMessageHandlerIos::HandlePlatformMessage().
fml::scoped_nsprotocol<NSObject<FlutterTaskQueueDispatch>*> flutter::PlatformMessageHandlerIos::HandlerInfo::task_queue |
Definition at line 36 of file platform_message_handler_ios.h.
Referenced by flutter::PlatformMessageHandlerIos::HandlePlatformMessage().