AuthCancelledException constructor

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

Implementation

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