info abstract method
Abstract method to info a message or event (same as log()).
message - The message or data to log.
event - Optional. The specific log event associated with the message.
Implementation
Future<void> info({dynamic message, LogEvent? event});