AuthCancelledException constructor
const
AuthCancelledException([
- String message = 'Authentication was cancelled'
Implementation
const AuthCancelledException([
this.message = 'Authentication was cancelled',
]);