getInstance static method

CFLite getInstance()

SingleTon

Implementation

static CFLite getInstance() {
  _instance ??= CFLite();
  return _instance!;
}