Package io.flutter.embedding.engine.dart
Interface PlatformMessageHandler
-
public interface PlatformMessageHandlerHandler that receives messages from Dart code.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleMessageFromDart(String channel, ByteBuffer message, int replyId, long messageData)voidhandlePlatformMessageResponse(int replyId, ByteBuffer reply)
-
-
-
Method Detail
-
handleMessageFromDart
void handleMessageFromDart(@NonNull String channel, @Nullable ByteBuffer message, int replyId, long messageData)
-
handlePlatformMessageResponse
void handlePlatformMessageResponse(int replyId, @Nullable ByteBuffer reply)
-
-