LoginMethodCanceled constructor

const LoginMethodCanceled(
  1. LoginMethod method,
  2. Object error
)

Create a new LoginMethodCanceled with the given method and error.

Implementation

const LoginMethodCanceled(this.method, super.error);