Access the global model responsible for app-wide state management without listening to state updates. Useful when accessing state from initState.
AppModel get appModelNoUpdate => ref.read(appProvider);