loadFlutterAsset method
Loads the Flutter asset specified in the pubspec.yaml file.
Throws an ArgumentError if key
is not part of the specified assets
in the pubspec.yaml file.
Implementation
Future<void> loadFlutterAsset(
String key,
) {
throw UnimplementedError(
'WebView loadFlutterAsset is not implemented on the current platform');
}