success method Null safety
- String m
It prints the message with a Success status
Args: message (String): The Message to print to the console
Implementation
static void success(String m) {
_logger.i(m);
}
It prints the message with a Success status
Args: message (String): The Message to print to the console
static void success(String m) {
_logger.i(m);
}