fenixWatch<T extends JioNotifier> method

T? fenixWatch<T extends JioNotifier>()

Synchronous access to the notifier (throws if not found)

Implementation

T? fenixWatch<T extends JioNotifier>() {
  return LazyJioUniversalProvider.of<T>(this);
}