5#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_PLATFORM_MESSAGE_HANDLER_IOS_H_
6#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_PLATFORM_MESSAGE_HANDLER_IOS_H_
8#include "flutter/fml/platform/darwin/scoped_block.h"
9#include "flutter/fml/platform/darwin/scoped_nsobject.h"
10#include "flutter/fml/task_runner.h"
11#include "flutter/shell/common/platform_message_handler.h"
12#import "flutter/shell/platform/darwin/ios/flutter_task_queue_dispatch.h"
27 std::unique_ptr<fml::Mapping> mapping)
override;
33 NSObject<FlutterTaskQueue>* task_queue);
41 std::unordered_map<std::string, HandlerInfo> message_handlers_;
43 std::mutex message_handlers_mutex_;
void(^ FlutterBinaryMessageHandler)(NSData *_Nullable message, FlutterBinaryReply reply)