updatePhoneNumber abstract method

Future<bool> updatePhoneNumber(
  1. String phone,
  2. String countryCode
)

Implementation

Future<bool> updatePhoneNumber(String phone, String countryCode);