TryAndRecoverContactPlatformApi class

Constructors

TryAndRecoverContactPlatformApi(MethodChannel _methodChannel)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

filterContactsBy(String sdkId, FilterOptions<Contact> filter) Future<PaginatedListIterator<Contact>>
filterContactsBySorted(String sdkId, SortableFilterOptions<Contact> filter) Future<PaginatedListIterator<Contact>>
filterServicesBy(String sdkId, FilterOptions<Service> filter) Future<PaginatedListIterator<Service>>
filterServicesBySorted(String sdkId, SortableFilterOptions<Service> filter) Future<PaginatedListIterator<Service>>
getContact(String sdkId, String entityId) Future<Contact>
getContacts(String sdkId, List<String> entityIds) Future<List<Contact>>
getService(String sdkId, String serviceId) Future<Service>
getServices(String sdkId, List<String> entityIds) Future<List<Service>>
modifyContact(String sdkId, Contact entity) Future<Contact>
modifyContacts(String sdkId, List<Contact> entities) Future<List<Contact>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shareWith(String sdkId, String delegateId, Contact contact, ContactShareOptions? options) Future<Contact>
shareWithMany(String sdkId, Contact contact, Map<String, ContactShareOptions> delegates) Future<Contact>
toString() String
A string representation of this object.
inherited
undeleteContact(String sdkId, Contact contact) Future<Contact>
undeleteContactById(String sdkId, String id, String rev) Future<Contact>

Operators

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