getTotalContacts abstract method

Future<int?> getTotalContacts({
  1. String? query,
  2. bool? phoneQuery,
})

Implementation

Future<int?> getTotalContacts({String? query, bool? phoneQuery});