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