batchAddContacts method

Future<bool> batchAddContacts({
  1. required List<Map<String, String>> contacts,
})

Implementation

Future<bool> batchAddContacts({required List<Map<String, String>> contacts}) {
  throw UnimplementedError('batchAddContacts() has not been implemented.');
}