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