onMessageChannelReady method

  1. @override
void onMessageChannelReady()
override

Called when the PlatformChromeSafariBrowser has requested a postMessage channel through PlatformChromeSafariBrowser.requestPostMessageChannel and the channel is ready for sending and receiving messages on both ends.

Officially Supported Platforms/Implementations:

Use the PlatformChromeSafariBrowserEvents.isMethodSupported method to check if this method is supported at runtime.

Implementation

@override
void onMessageChannelReady() {}