FLILogger class
Flutter Launcher Icons Logger
Constructors
Properties
Methods
-
error(
Object? message) → void - Logs error messages
-
info(
Object? message) → void - Prints to console
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
progress(
String message) → Progress - Shows progress in console
-
toString(
) → String -
A string representation of this object.
inherited
-
verbose(
Object? message) → void - Prints to console if isVerbose is true
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited