local property

LocaleNotificationInterface local

Implementation

LocaleNotificationInterface get local {
  if (_localeNotification == null) {
    throw Exception('you must call init before use this value');
  }
  return _localeNotification!;
}