lastContext property
Returns the 'latest' context in the App.
Implementation
BuildContext? get lastContext => rootState?.lastState?.context;
Returns the 'latest' context in the App.
BuildContext? get lastContext => rootState?.lastState?.context;