WebMessageListener.fromPlatform constructor

WebMessageListener.fromPlatform({
  1. required PlatformWebMessageListener platform,
})

Constructs a WebMessageListener from a specific platform implementation.

Implementation

WebMessageListener.fromPlatform({required this.platform});