of static method

Implementation

static AndrossyProvider? of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<AndrossyProvider>();
}