streamContacts abstract method
Implementation
Stream<Contact> streamContacts(
{String? query,
bool? phoneQuery,
int bufferSize = 20,
bool withThumbnails = true,
bool withHiResPhoto = true,
bool withUnifyInfo = false,
ContactSortOrder? sortBy});