public interface PlatformMessageHandler
Modifier and Type | Method and Description |
---|---|
void |
handleMessageFromDart(String channel,
byte[] message,
int replyId) |
void |
handlePlatformMessageResponse(int replyId,
byte[] reply) |
void handleMessageFromDart(@NonNull String channel, @Nullable byte[] message, int replyId)
void handlePlatformMessageResponse(int replyId, @Nullable byte[] reply)