menu
prepare package
documentation
log.dart
error function
error function
dark_mode
light_mode
error
function
void
error
(
String
str
)
Implementation
void error(String str) { log(str, color: red); exit(0); }
prepare package
documentation
log
error function
log library