Logger class
Properties
Methods
-
confirm(
String message, {bool defaultValue = false}) → bool - Prompts user with a yes/no question.
-
delayed(
String message) → void -
error(
String message) → void -
flush(
[void print(String)?]) → void -
info(
String message) → void -
infoVerbose(
String message) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
printConfig(
Map< String, Object?> config) → void -
success(
String message) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateAvailable(
String version, String newVersion, String changelogLink) → void -
warn(
String message, {String tag = 'WARN'}) → void -
write(
String message) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited