EncryptedTimeTablePlatformApi class

Constructors

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

filterTimeTablesBy(String sdkId, FilterOptions<TimeTable> filter) Future<PaginatedListIterator<EncryptedTimeTable>>
filterTimeTablesBySorted(String sdkId, SortableFilterOptions<TimeTable> filter) Future<PaginatedListIterator<EncryptedTimeTable>>
getTimeTable(String sdkId, String entityId) Future<EncryptedTimeTable>
getTimeTables(String sdkId, List<String> timeTableIds) Future<List<EncryptedTimeTable>>
modifyTimeTable(String sdkId, EncryptedTimeTable entity) Future<EncryptedTimeTable>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shareWith(String sdkId, String delegateId, EncryptedTimeTable timeTable, TimeTableShareOptions? options) Future<EncryptedTimeTable>
shareWithMany(String sdkId, EncryptedTimeTable timeTable, Map<String, TimeTableShareOptions> delegates) Future<EncryptedTimeTable>
toString() String
A string representation of this object.
inherited
undeleteTimeTable(String sdkId, TimeTable timeTable) Future<TimeTable>
undeleteTimeTableById(String sdkId, String id, String rev) Future<EncryptedTimeTable>

Operators

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