launcher library

Constants

DOCUMENT_ID → const int
WINDOW_ID → const int

Functions

launch({KrakenBundle? bundle, bool? debugEnableInspector, Color background = _white, DevToolsService? devToolsService, HttpClientInterceptor? httpClientInterceptor, bool? showPerformanceOverlay = false}) → void
setTargetPlatformForDesktop() → void
If the current platform is a desktop platform that isn't yet supported by TargetPlatform, override the default platform to one that is. Otherwise, do nothing. No need to handle macOS, as it has now been added to TargetPlatform.
traverseElement(Element element, TraverseElementCallback callback) → void

Typedefs

ConnectedCallback = void Function()
JSErrorHandler = void Function(String message)
LoadErrorHandler = void Function(FlutterError error, StackTrace stack)
LoadHandler = void Function(KrakenController controller)
PendingCallback = void Function()
TraverseElementCallback = void Function(Element element)