menu
webview_inapp_platform_interface package
documentation
flutter_inappwebview_platform_interface.dart
FetchRequestCredential
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Converts instance to a map.
Implementation
Map<String, dynamic> toMap() { return { "type": type, }; }
webview_inapp_platform_interface package
documentation
flutter_inappwebview_platform_interface
FetchRequestCredential
toMap method
FetchRequestCredential class