of static method

Implementation

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