resetPasswordByPhoneOtp abstract method

Future<Result<void>> resetPasswordByPhoneOtp(
  1. String phone,
  2. String otp,
  3. String newPassword
)

Implementation

Future<Result<void>> resetPasswordByPhoneOtp(
    String phone, String otp, String newPassword);