menu
flutx_core package
documentation
core/debug_print.dart
DPrint
warn static method
warn static method
dark_mode
light_mode
warn
static method
void
warn
(
Object
?
message
)
Implementation
static void warn(Object? message) { if (kDebugMode) { print('⚠️ WARNING: $message'); } }
flutx_core package
documentation
core/debug_print
DPrint
warn static method
DPrint class