registerByPhoneWithOtp abstract method

Future<Result<AuthInfo>> registerByPhoneWithOtp(
  1. String phone,
  2. String password,
  3. String otp
)

Implementation

Future<Result<AuthInfo>> registerByPhoneWithOtp(
    String phone, String password, String otp);