static static method

WebMessageChannel static()

Provide static access.

Implementation

static WebMessageChannel static() {
  return WebMessageChannel.fromPlatform(
    platform: PlatformWebMessageChannel.static(),
  );
}