MyAppApiImp class

Inheritance

Constructors

MyAppApiImp()

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

Operators

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