menu
webview_inapp package
documentation
flutter_inappwebview.dart
InAppLocalhostServer
close method
close method
dark_mode
light_mode
close
method
Future
<
void
>
close
(
)
Closes the server.
Implementation
Future<void> close() => platform.close();
webview_inapp package
documentation
flutter_inappwebview
InAppLocalhostServer
close method
InAppLocalhostServer class