menu
hybrid_runtime package
documentation
_tools/logger/logger.dart
ILogger
info abstract method
info abstract method
dark_mode
light_mode
info
abstract method
void
info
(
String
message
, [
List
?
args
])
Log an info level message
Implementation
void info(String message, [List<dynamic>? args]);
hybrid_runtime package
documentation
_tools/logger/logger
ILogger
info abstract method
ILogger class