menu
flutter_apm package
documentation
apm_module.dart
APMModule
isDebugMode static method
isDebugMode static method
dark_mode
light_mode
isDebugMode
static method
Future
<
bool
>
isDebugMode
(
)
Implementation
static Future<bool> isDebugMode() async { return await _channel.invokeMethod('isDebugMode'); }
flutter_apm package
documentation
apm_module
APMModule
isDebugMode static method
APMModule class