bindPhoneNumber method

Future<Map> bindPhoneNumber(
  1. String phone
)

绑定手机号码

Implementation

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