info abstract method
void
info(
- dynamic msg
Log a new info message
String msg
- message describes what happened
final logger = TalkerLogger();
logger.info('Log info message');
Implementation
void info(dynamic msg);