updatePhone abstract method

Future<Result<Account>> updatePhone(
  1. String phone,
  2. String otp,
  3. String oldPhone,
  4. String oldPhoneOtp,
)

Implementation

Future<Result<Account>> updatePhone(
    String phone, String otp, String oldPhone, String oldPhoneOtp);