getInstance static method

LocalizationService getInstance()

Implementation

static LocalizationService getInstance() {
  _instance ??= LocalizationService._();
  return _instance!;
}