pickPhoneContact method

Future<PhoneContact> pickPhoneContact({
  1. bool askForPermission = true,
})

Implementation

Future<PhoneContact> pickPhoneContact({bool askForPermission = true}) async {
  throw UnimplementedError('pickPhoneContact() has not been implemented');
}