verifyPhoneByOtp method

Future<AuthResponse<Auth<AuthKeys>>> verifyPhoneByOtp(
  1. OtpAuthenticator authenticator
)

Implementation

Future<AuthResponse> verifyPhoneByOtp(OtpAuthenticator authenticator) {
  throw UnimplementedError('verifyPhoneByOtp() is not implemented');
}