isCanceled property
Whether the prompt was dismissed, by the user, the system or the app.
Implementation
bool get isCanceled =>
reason == AuthenticationErrorReason.userCanceled ||
reason == AuthenticationErrorReason.systemCanceled;
Whether the prompt was dismissed, by the user, the system or the app.
bool get isCanceled =>
reason == AuthenticationErrorReason.userCanceled ||
reason == AuthenticationErrorReason.systemCanceled;