observeContacts method
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.');
}