getInstance static method

AppSchemeImpl? getInstance()

Implementation

static AppSchemeImpl? getInstance() {
  if (_instance == null) {
    _instance = AppSchemeImpl._();
  }
  return _instance;
}