getInstance static method

LogPoolManager getInstance()

Implementation

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