CommonMediaRepo class

Constructors

CommonMediaRepo([MyAppApi? api])
factory

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

createMediaCat(dynamic params) Future<CommonMedia?>
deleteMedia(dynamic params) Future<bool>
deleteMediaCat(dynamic params) Future<bool>
getMediaByPurpose(dynamic params) Future<List<CommonMedia>>
getMediaCat([dynamic params]) Future<List<CommonMedia>>
getMediasByFilter(dynamic params) Future<ListCommonMedia?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateMedia(dynamic bytes, dynamic filePath, Map<String, dynamic> params) Future<CommonMedia?>
updateMediaCat(dynamic params) Future<CommonMedia?>
uploadMedia(dynamic bytes, dynamic filePath, Map<String, dynamic> params) Future<CommonMedia?>

Operators

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