AuthCancelledException constructor

const AuthCancelledException([
  1. String message = 'Authentication was cancelled'
])

Implementation

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