LoginMethodCanceled constructor
const
LoginMethodCanceled(
- LoginMethod method,
- Object error
Create a new LoginMethodCanceled with the given method and error.
Implementation
const LoginMethodCanceled(this.method, super.error);