MyAppApi class abstract

Implementers

Constructors

MyAppApi()

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<NetworkResponse>
deleteMedia(dynamic params) Future<NetworkResponse>
deleteMediaCat(dynamic params) Future<NetworkResponse>
getMediaByPurpose(dynamic params) Future<NetworkResponse>
getMediaCat(dynamic params) Future<NetworkResponse>
getMediasByFilter(dynamic params) Future<NetworkResponse>
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<NetworkResponse>
updateMediaCat(dynamic params) Future<NetworkResponse>
uploadMedia(dynamic bytes, dynamic filePath, Map<String, dynamic> params) Future<NetworkResponse>

Operators

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