verifyOtp abstract method

Future<AuthResult<bool>> verifyOtp(
  1. String contact,
  2. String otp,
  3. AuthMethod method
)

Implementation

Future<AuthResult<bool>> verifyOtp(String contact, String otp, AuthMethod method);