LoginMethodFailure constructor

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

Create a new LoginMethodFailure with the given method and error.

Implementation

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