#include <functional>
#include <string>
Go to the source code of this file.
Classes | |
class | flutter::BinaryMessenger |
Namespaces | |
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 |