This is the complete list of members for flutter::MethodChannel< T >, including all inherited members.
InvokeMethod(const std::string &method, std::unique_ptr< T > arguments, std::unique_ptr< MethodResult< T >> result=nullptr) | flutter::MethodChannel< T > | inline |
MethodChannel(BinaryMessenger *messenger, const std::string &name, const MethodCodec< T > *codec) | flutter::MethodChannel< T > | inline |
MethodChannel(MethodChannel const &)=delete | flutter::MethodChannel< T > | |
operator=(MethodChannel const &)=delete | flutter::MethodChannel< T > | |
Resize(int new_size) | flutter::MethodChannel< T > | inline |
SetMethodCallHandler(MethodCallHandler< T > handler) const | flutter::MethodChannel< T > | inline |
SetWarnsOnOverflow(bool warns) | flutter::MethodChannel< T > | inline |
~MethodChannel()=default | flutter::MethodChannel< T > |