Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
binary_messenger.h File Reference
#include <functional>
#include <string>

Go to the source code of this file.

Classes

class  flutter::BinaryMessenger
 

Namespaces

namespace  flutter
 

Typedefs

typedef std::function< void(const uint8_t *reply, size_t reply_size)> flutter::BinaryReply
 
typedef std::function< void(const uint8_t *message, size_t message_size, BinaryReply reply)> flutter::BinaryMessageHandler