#include <platform_message_handler_ios.h>
Public Attributes | |
| fml::scoped_nsprotocol< NSObject< FlutterTaskQueueDispatch > * > | task_queue |
| fml::ScopedBlock< FlutterBinaryMessageHandler > | handler |
Definition at line 38 of file platform_message_handler_ios.h.
| fml::ScopedBlock<FlutterBinaryMessageHandler> flutter::PlatformMessageHandlerIos::HandlerInfo::handler |
Definition at line 40 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 39 of file platform_message_handler_ios.h.
Referenced by flutter::PlatformMessageHandlerIos::HandlePlatformMessage().