getPhoneNumberInfo method
Implementation
@override
Future<MesiboPhoneContact> getPhoneNumberInfo(String arg_phone,String? arg_code,bool arg_format) async{MesiboPhoneContact c= await super.getPhoneNumberInfo(arg_phone,arg_code,arg_format) as MesiboPhoneContact;return Future<MesiboPhoneContact>.value(c);}