Flutter Engine
The Flutter Engine
|
This is the complete list of members for io.flutter.plugin.common.MethodCodec, including all inherited members.
decodeEnvelope(@NonNull ByteBuffer envelope) | io.flutter.plugin.common.MethodCodec | |
decodeMethodCall(@NonNull ByteBuffer methodCall) | io.flutter.plugin.common.MethodCodec | |
encodeErrorEnvelope( @NonNull String errorCode, @Nullable String errorMessage, @Nullable Object errorDetails) | io.flutter.plugin.common.MethodCodec | |
encodeErrorEnvelopeWithStacktrace( @NonNull String errorCode, @Nullable String errorMessage, @Nullable Object errorDetails, @Nullable String errorStacktrace) | io.flutter.plugin.common.MethodCodec | |
encodeMethodCall(@NonNull MethodCall methodCall) | io.flutter.plugin.common.MethodCodec | |
encodeSuccessEnvelope(@Nullable Object result) | io.flutter.plugin.common.MethodCodec |