$PreviewClient 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
-
getPreview({String? file, int? x, int? y, int? a, int? forceIcon, String? mode, int? mimeFallback})
→ Future<DynamiteResponse<Uint8List, void>>
-
Get a preview by file path.
-
getPreviewByFileId({int? fileId, int? x, int? y, int? a, int? forceIcon, String? mode, int? mimeFallback})
→ Future<DynamiteResponse<Uint8List, void>>
-
Get a preview by file ID.
-
getPreviewByFileIdRaw({int? fileId, int? x, int? y, int? a, int? forceIcon, String? mode, int? mimeFallback})
→ DynamiteRawResponse<Uint8List, void>
-
Get a preview by file ID.
-
getPreviewRaw({String? file, int? x, int? y, int? a, int? forceIcon, String? mode, int? mimeFallback})
→ DynamiteRawResponse<Uint8List, void>
-
Get a preview by file path.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited