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