bindPhoneNumber method

Future<void> bindPhoneNumber(
  1. String phone
)

绑定手机号码

Implementation

Future<void> bindPhoneNumber(String phone) async {
  throw UnimplementedError('bindPhoneNumber() has not been implemented.');
}