useFromLocation function
Returns the previous accepted location, if any.
Implementation
HistoryLocation? useFromLocation(BuildContext context) {
return RouteScopeProvider.of(context).fromLocation;
}
Returns the previous accepted location, if any.
HistoryLocation? useFromLocation(BuildContext context) {
return RouteScopeProvider.of(context).fromLocation;
}