appModelNoUpdate property

AppModel appModelNoUpdate

Access the global model responsible for app-wide state management without listening to state updates. Useful when accessing state from initState.

Implementation

AppModel get appModelNoUpdate => ref.read(appProvider);