bindPhone abstract method

Future<Result<Account>> bindPhone(
  1. String phone,
  2. String otp
)

Implementation

Future<Result<Account>> bindPhone(String phone, String otp);