maybeOf static method
Returns the nearest controller, if any.
Implementation
static ReloadController? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<ReloadScope>()?.controller;
}
Returns the nearest controller, if any.
static ReloadController? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<ReloadScope>()?.controller;
}