Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
basic_message_channel.h File Reference
#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

namespace  flutter
 
namespace  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)