fromMap method
Implementation
PlatformWebMessageChannel? fromMap(Map<String, dynamic>? map) {
throw UnimplementedError(
'fromMap is not implemented on the current platform');
}
PlatformWebMessageChannel? fromMap(Map<String, dynamic>? map) {
throw UnimplementedError(
'fromMap is not implemented on the current platform');
}