previousPath property
Path of previousUrl
This is the same as the url WITHOUT the queryParameters
Implementation
@override
String? get previousPath =>
previousUrl != null ? Uri.parse(previousUrl!).path : null;
Path of previousUrl
This is the same as the url WITHOUT the queryParameters
@override
String? get previousPath =>
previousUrl != null ? Uri.parse(previousUrl!).path : null;