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(String channel, byte[] message, int replyId)
void handlePlatformMessageResponse(int replyId, byte[] reply)