pickPhoneContacts method

Future<List<PhoneContact>> pickPhoneContacts({
  1. bool askForPermission = true,
  2. bool multiple = true,
})

Implementation

Future<List<PhoneContact>> pickPhoneContacts(
    {bool askForPermission = true, bool multiple = true}) {
  throw UnimplementedError('pickPhoneContacts() has not been implemented');
}