current property

Implementation

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