EtebaseCollectionMemberManager class

The dart binding of the EtebaseCollectionMemberManager rust class

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

dispose() Future<void>
Destroy the object
leave() Future<void>
Leave a collection the user is a member of
list([EtebaseFetchOptions? fetchOptions]) Future<EtebaseMemberListResponse>
List the members of a collection
modifyAccessLevel(String username, EtebaseCollectionAccessLevel accessLevel) Future<void>
Modify the access level of a member
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String username) Future<void>
Remove a member from the collection
toString() String
A string representation of this object.
inherited

Operators

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