getInstance static method

SMDB getInstance()

Implementation

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