getInstance static method
Get the singleton instance of the logger
Implementation
static LoggerImpl getInstance() {
_instance ??= LoggerImpl._();
return _instance!;
}
Get the singleton instance of the logger
static LoggerImpl getInstance() {
_instance ??= LoggerImpl._();
return _instance!;
}