getPhoneNumberInfo method

  1. @override
Future<MesiboPhoneContact> getPhoneNumberInfo(
  1. String arg_phone,
  2. String? arg_code,
  3. bool arg_format
)
override

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);}