menu
appplayer_core package
documentation
internals.dart
RuntimeManager
hasRuntime method
hasRuntime method
dark_mode
light_mode
hasRuntime
method
bool
hasRuntime
(
AppHandle
handle
)
Implementation
bool hasRuntime(AppHandle handle) => _runtimes.containsKey(handle);
appplayer_core package
documentation
internals
RuntimeManager
hasRuntime method
RuntimeManager class