menu
shipbook_flutter package
documentation
log.dart
Log
debug static method
debug static method
dark_mode
light_mode
debug
static method
dynamic
debug
(
String
message
, [
Error
?
e
])
Implementation
static debug(String message, [Error? e]){ Log.staticMessage(message, Severity.Debug, e); }
shipbook_flutter package
documentation
log
Log
debug static method
Log class