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