menu
percept_flutter package
documentation
utils/debug_helpers.dart
Debug
print static method
print static method
dark_mode
light_mode
print
static method
dynamic
print
(
String
out
)
Implementation
static print(String out) { if (kDebugMode && isEnabled) log("Percept: $out"); }
percept_flutter package
documentation
utils/debug_helpers
Debug
print static method
Debug class