$ApiClient class

Constructors

$ApiClient.new($Client _rootClient)

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

getThumbnail({required int x, required int y, required String file}) Future<DynamiteResponse<Uint8List, void>>
Gets a thumbnail of the specified file.
getThumbnailRaw({required int x, required int y, required String file}) DynamiteRawResponse<Uint8List, void>
Gets a thumbnail of the specified file.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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