state property

  1. @override
S state

Returns the current state of the app

Implementation

@override
S get state => _devToolsStore!.state.currentAppState;