of static method

Implementation

static RefreshLocalizations? of(BuildContext context) {
  return Localizations.of(context, RefreshLocalizations);
}