menu
swift_flutter package
documentation
core/debug.dart
DebugMode
getAllInfo static method
getAllInfo static method
dark_mode
light_mode
getAllInfo
static method
Map
<
String
,
dynamic
>
getAllInfo
(
)
Get all debug info
Implementation
static Map<String, dynamic> getAllInfo() => Map.unmodifiable(_debugInfo);
swift_flutter package
documentation
core/debug
DebugMode
getAllInfo static method
DebugMode class