static static method
Provide static access.
Implementation
static WebMessageChannel static() {
return WebMessageChannel.fromPlatform(
platform: PlatformWebMessageChannel.static(),
);
}
Provide static access.
static WebMessageChannel static() {
return WebMessageChannel.fromPlatform(
platform: PlatformWebMessageChannel.static(),
);
}