fromMap method

PlatformWebMessageChannel? fromMap(
  1. Map<String, dynamic>? map
)

Implementation

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