menu
token_store package
documentation
util/log.dart
log function
log function
dark_mode
light_mode
log
function
void
log
(
String
message
)
Implementation
void log(String message) { final lmessage = Ansi.strip(message); _logout(green(lmessage)); }
token_store package
documentation
util/log
log function
log library