info abstract method

Future<void> info({
  1. dynamic message,
  2. LogEvent? event,
})

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});