of static method

Implementation

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