This is the complete list of members for io.flutter.plugin.common.StandardMethodCodec, including all inherited members.
decodeEnvelope(@NonNull ByteBuffer envelope) | io.flutter.plugin.common.StandardMethodCodec | inline |
decodeMethodCall(@NonNull ByteBuffer methodCall) | io.flutter.plugin.common.StandardMethodCodec | inline |
encodeErrorEnvelope( @NonNull String errorCode, @NonNull String errorMessage, @NonNull Object errorDetails) | io.flutter.plugin.common.StandardMethodCodec | inline |
io::flutter::plugin::common::MethodCodec.encodeErrorEnvelope( @NonNull String errorCode, @Nullable String errorMessage, @Nullable Object errorDetails) | io.flutter.plugin.common.MethodCodec | |
encodeErrorEnvelopeWithStacktrace( @NonNull String errorCode, @NonNull String errorMessage, @NonNull Object errorDetails, @NonNull String errorStacktrace) | io.flutter.plugin.common.StandardMethodCodec | inline |
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.StandardMethodCodec | inline |
encodeSuccessEnvelope(@NonNull Object result) | io.flutter.plugin.common.StandardMethodCodec | inline |
io::flutter::plugin::common::MethodCodec.encodeSuccessEnvelope(@Nullable Object result) | io.flutter.plugin.common.MethodCodec | |
INSTANCE | io.flutter.plugin.common.StandardMethodCodec | static |
StandardMethodCodec(@NonNull StandardMessageCodec messageCodec) | io.flutter.plugin.common.StandardMethodCodec | inline |