Listentocontacts class

Constructors

Listentocontacts()
factory
Listentocontacts.private()
This constructor is only used for testing and shouldn't be accessed by users of the plugin. It may break or change at any time.

Properties

hashCode int
The hash code for this object.
no setterinherited
onContactsChanged Stream<void>
Fires whenever the contacts are changed. No distinction can be made between a new contact added a contact being edited and a contact being deleted. The native APIs simply don't allow for this.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited