TryAndRecoverAccessLogPlatformApi class

Constructors

TryAndRecoverAccessLogPlatformApi(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

filterAccessLogsBy(String sdkId, FilterOptions<AccessLog> filter) Future<PaginatedListIterator<AccessLog>>
filterAccessLogsBySorted(String sdkId, SortableFilterOptions<AccessLog> filter) Future<PaginatedListIterator<AccessLog>>
getAccessLog(String sdkId, String entityId) Future<AccessLog>
getAccessLogs(String sdkId, List<String> entityIds) Future<List<AccessLog>>
modifyAccessLog(String sdkId, AccessLog entity) Future<AccessLog>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shareWith(String sdkId, String delegateId, AccessLog accessLog, AccessLogShareOptions? options) Future<AccessLog>
shareWithMany(String sdkId, AccessLog accessLog, Map<String, AccessLogShareOptions> delegates) Future<AccessLog>
toString() String
A string representation of this object.
inherited
undeleteAccessLog(String sdkId, AccessLog accessLog) Future<AccessLog>
undeleteAccessLogById(String sdkId, String id, String rev) Future<AccessLog>

Operators

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