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