getInstance static method

ThemeService getInstance()

Implementation

static ThemeService getInstance() {
  if (_instance == null) {
    _instance = ThemeService();
  }

  return _instance!;
}