#include <iostream>
#include <string>
#include <utility>
#include "binary_messenger.h"
#include "message_codec.h"
Go to the source code of this file.
Classes | |
class | flutter::BasicMessageChannel< T > |
Namespaces | |
flutter | |
flutter::internal | |
Typedefs | |
template<typename T > | |
using | flutter::MessageReply = std::function< void(const T &reply)> |
template<typename T > | |
using | flutter::MessageHandler = std::function< void(const T &message, const MessageReply< T > &reply)> |
Functions | |
void | flutter::internal::ResizeChannel (BinaryMessenger *messenger, std::string name, int new_size) |
void | flutter::internal::SetChannelWarnsOnOverflow (BinaryMessenger *messenger, std::string name, bool warns) |