getInstance static method
Implementation
static LogPoolManager getInstance() {
if (_instance == null) {
_instance = LogPoolManager._singleton();
}
return _instance!;
}
static LogPoolManager getInstance() {
if (_instance == null) {
_instance = LogPoolManager._singleton();
}
return _instance!;
}