menu
webview_inapp package
documentation
flutter_inappwebview.dart
InAppLocalhostServer
isRunning method
isRunning method
dark_mode
light_mode
isRunning
method
bool
isRunning
(
)
Indicates if the server is running or not.
Implementation
bool isRunning() => platform.isRunning();
webview_inapp package
documentation
flutter_inappwebview
InAppLocalhostServer
isRunning method
InAppLocalhostServer class