getCustomTranslationService method

CustomTranslationService getCustomTranslationService()

Implementation

CustomTranslationService getCustomTranslationService() {
  _customTranslationService ??= CustomTranslationService(this);
  return _customTranslationService!;
}