log abstract method
Logs a message with the given level.
This method is called to log a message to the Flutter console.
level
The log level (e.g., "DEBUG", "INFO", "ERROR").
message
The message to log.
Implementation
void log(String level, String message);