of static method
Implementation
static YRefresher? of(BuildContext? context) {
return context!.findAncestorWidgetOfExactType<YRefresher>();
}
static YRefresher? of(BuildContext? context) {
return context!.findAncestorWidgetOfExactType<YRefresher>();
}