Method GoBack
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
GoBack(CancellationToken)
public UniTask<NavigationResult> GoBack(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenToken observed by Guards, Blockers, and Loaders to abort the navigation.
Returns
- UniTask<NavigationResult>
The NavigationResult from the underlying NavigateAsync(string, NavigationMode, CancellationToken), or Cancelled when the history has no previous entry.