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