streamContacts abstract method

Stream<Contact> streamContacts({
  1. String? query,
  2. bool? phoneQuery,
  3. int bufferSize = 20,
  4. bool withThumbnails = true,
  5. bool withHiResPhoto = true,
  6. bool withUnifyInfo = false,
  7. ContactSortOrder? sortBy,
})

Implementation

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