EncryptedContactPlatformApi class

Constructors

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

Operators

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