loginWithCode abstract method

Future<Either<AuthServiceSignInFailure, LoginCodeResponse>> loginWithCode(
  1. String code
)

Implementation

Future<Either<AuthServiceSignInFailure, LoginCodeResponse>> loginWithCode(String code);