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