MylibraryReadingpositionsResource 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
-
get(String volumeId, {String? contentVersion, String? source, String? $fields})
→ Future<ReadingPosition>
-
Retrieves my reading position information for a volume.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setPosition(String volumeId, String position, String timestamp, {String? action, String? contentVersion, String? deviceCookie, String? source, String? $fields})
→ Future<Empty>
-
Sets my reading position information for a volume.
-
toString()
→ String
-
A string representation of this object.
inherited