wasCancelled property
bool
get
wasCancelled
Whether the authentication was cancelled by the user (legacy method)
Implementation
bool get wasCancelled => error is FrappeUserCancelledException;
Whether the authentication was cancelled by the user (legacy method)
bool get wasCancelled => error is FrappeUserCancelledException;