batchDeleteContacts method

Future<bool> batchDeleteContacts({
  1. required List<String> contactIds,
})

Implementation

Future<bool> batchDeleteContacts({required List<String> contactIds}) {
  throw UnimplementedError('batchDeleteContacts() has not been implemented.');
}