Package io.flutter.plugin.common
package io.flutter.plugin.common
-
ClassDescriptionA named channel for communicating with the Flutter application using basic, asynchronous message passing.A handler of incoming messages.Message reply callback.A
MessageCodec
using unencoded binary messages, represented asByteBuffer
s.Facility for communicating with Flutter using asynchronous message passing with binary messages.Handler for incoming binary messages from Flutter.Binary message reply callback.An abstraction over the threading policy used to invoke message handlers.Options that control how a TaskQueue should operate and be created.An implementation ofMethodChannel.Result
that writes error results to the Android log.A named channel for communicating with the Flutter application using asynchronous event streams.Event callback.Handler of stream setup and teardown requests.Thrown to indicate that a Flutter method invocation failed on the Flutter side.AMessageCodec
using UTF-8 encoded JSON messages.AMethodCodec
using UTF-8 encoded JSON method calls and result envelopes.MessageCodec<T>A message encoding/decoding mechanism.Command object representing a method call on aMethodChannel
.A named channel for communicating with the Flutter application using asynchronous method calls.A handler of incoming method calls.Method call result callback.A codec for method calls and enveloped results.Container class for Android API listeners used byActivityPluginBinding
.Delegate interface for handling activity results on behalf of the mainActivity
.Delegate interface for handling new intents on behalf of the mainActivity
.Deprecated.See https://flutter.cn/go/android-project-migration for migration details.Deprecated.This registrar is for Flutter's v1 embedding.Delegate interface for handling result of permissions requests on behalf of the mainActivity
.Delegate interface for handling user leave hints on behalf of the mainActivity
.Deprecated.See https://flutter.cn/go/android-project-migration for migration details.Delegate interface for handling window focus changes on behalf of the mainActivity
.MessageCodec using the Flutter standard binary encoding.AMethodCodec
using the Flutter standard binary encoding.AMessageCodec
using UTF-8 encoded String messages.