AuthCancelledException constructor

AuthCancelledException([
  1. String message = 'User has cancelled auth'
])

Implementation

AuthCancelledException([this.message = 'User has cancelled auth']);