menu
finch package
documentation
console.dart
Print
fatal static method
fatal static method
dark_mode
light_mode
fatal
static method
void
fatal
(
String
message
)
Implementation
static void fatal(String message) { Log.w(message, level: LogLevel.ERROR, header: false); }
finch package
documentation
console
Print
fatal static method
Print class