IMediaService class abstract

Constructors

IMediaService()

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

compressImage(Uint8List list) Future<Uint8List>
downloadFile(String fileName, Uint8List bytes) Future<void>
getImage(String id, {bool forceDownload = false}) Future<Uint8List?>
getPicSubscription(String realId, BehaviorSubject imageSbj, {bool forceDownload = false}) StreamSubscription
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickDocument() Future<File?>
pickImage(ImageSource source) Future<File?>
toString() String
A string representation of this object.
inherited
uploadImage({required BehaviorSubject<PicDataWrapper> imageSbj, required String kind, required String id}) Future<Result<int, String, String?>>

Operators

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