current property

LocaleProvider get current

Implementation

static LocaleProvider get current {
  assert(_current != null,
      'No instance of LocaleProvider was loaded. Try to initialize the LocaleProvider delegate before accessing LocaleProvider.current.');
  return _current!;
}