menu
ids_material_sdk package
documentation
utilities/ids_helper.dart
IDSHelper
debug static method
debug static method
dark_mode
light_mode
debug
static method
dynamic
debug
(
String
s
)
Implementation
static debug(String s) { if (kDebugMode) { print(s); } }
ids_material_sdk package
documentation
utilities/ids_helper
IDSHelper
debug static method
IDSHelper class