observeContacts method

Stream<List<Contact>> observeContacts()

Observes changes to the contacts database.

Returns a stream of contact lists that updates when contacts change.

Implementation

Stream<List<Contact>> observeContacts() {
  throw UnimplementedError('observeContacts() has not been implemented.');
}