of static method

SunnyIntl? of(
  1. BuildContext context
)

Implementation

static SunnyIntl? of(BuildContext context) {
  return consume<SunnyIntl>(context);
//    return Localizations.of<SunnyIntl>(context, SunnyIntl);
}