watch<T extends JioNotifier> method

T watch<T extends JioNotifier>()

🪄 Watch for changes — rebuilds when notifyListeners() is called

Implementation

T watch<T extends JioNotifier>() =>
    BasicJioProvider.of<T>(this, listen: true);