- send(T) - Method in class io.flutter.plugin.common.BasicMessageChannel
-
Sends the specified message to the Flutter application on this channel.
- send(T, BasicMessageChannel.Reply<T>) - Method in class io.flutter.plugin.common.BasicMessageChannel
-
Sends the specified message to the Flutter application, optionally expecting a reply.
- send(String, ByteBuffer) - Method in interface io.flutter.plugin.common.BinaryMessenger
-
Sends a binary message to the Flutter application.
- send(String, ByteBuffer, BinaryMessenger.BinaryReply) - Method in interface io.flutter.plugin.common.BinaryMessenger
-
Sends a binary message to the Flutter application, optionally expecting a reply.
- send(String, ByteBuffer) - Method in class io.flutter.view.FlutterNativeView
-
- send(String, ByteBuffer, BinaryMessenger.BinaryReply) - Method in class io.flutter.view.FlutterNativeView
-
- send(String, ByteBuffer) - Method in class io.flutter.view.FlutterView
-
- send(String, ByteBuffer, BinaryMessenger.BinaryReply) - Method in class io.flutter.view.FlutterView
-
- setCurrentActivity(Activity) - Method in class io.flutter.app.FlutterApplication
-
- setInitialRoute(String) - Method in class io.flutter.view.FlutterView
-
- setLogTag(String) - Method in class io.flutter.view.FlutterMain.Settings
-
Set the tag associated with Flutter app log messages.
- setMessageHandler(BasicMessageChannel.MessageHandler<T>) - Method in class io.flutter.plugin.common.BasicMessageChannel
-
Registers a message handler on this channel for receiving messages sent from the Flutter
application.
- setMessageHandler(String, BinaryMessenger.BinaryMessageHandler) - Method in interface io.flutter.plugin.common.BinaryMessenger
-
Registers a handler to be invoked when the Flutter application sends a message
to its host platform.
- setMessageHandler(String, BinaryMessenger.BinaryMessageHandler) - Method in class io.flutter.view.FlutterNativeView
-
- setMessageHandler(String, BinaryMessenger.BinaryMessageHandler) - Method in class io.flutter.view.FlutterView
-
- setMethodCallHandler(MethodChannel.MethodCallHandler) - Method in class io.flutter.plugin.common.MethodChannel
-
Registers a method call handler on this channel.
- setStreamHandler(EventChannel.StreamHandler) - Method in class io.flutter.plugin.common.EventChannel
-
Registers a stream handler on this channel.
- Settings() - Constructor for class io.flutter.view.FlutterMain.Settings
-
- StandardMessageCodec - Class in io.flutter.plugin.common
-
MessageCodec using the Flutter standard binary encoding.
- StandardMessageCodec() - Constructor for class io.flutter.plugin.common.StandardMessageCodec
-
- StandardMethodCodec - Class in io.flutter.plugin.common
-
A
MethodCodec
using the Flutter standard binary encoding.
- StandardMethodCodec(StandardMessageCodec) - Constructor for class io.flutter.plugin.common.StandardMethodCodec
-
Creates a new method codec based on the specified message codec.
- startInitialization(Context) - Static method in class io.flutter.view.FlutterMain
-
Starts initialization of the native system.
- startInitialization(Context, FlutterMain.Settings) - Static method in class io.flutter.view.FlutterMain
-
Starts initialization of the native system.
- StringCodec - Class in io.flutter.plugin.common
-
- success(Object) - Method in class io.flutter.plugin.common.ErrorLogResult
-
- success(Object) - Method in interface io.flutter.plugin.common.EventChannel.EventSink
-
Consumes a successful event.
- success(Object) - Method in interface io.flutter.plugin.common.MethodChannel.Result
-
Handles a successful result.
- surfaceTexture() - Method in interface io.flutter.view.TextureRegistry.SurfaceTextureEntry
-