current property

ApLocalizations current

Implementation

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