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

acceptTerms(dynamic params) Future<NetworkResponse>
createLegal(dynamic params) Future<NetworkResponse>
deleteLegalFromAdmin(dynamic params) Future<NetworkResponse>
getLegalContent(dynamic params) Future<NetworkResponse>
getLegalFromAdmin(dynamic params) Future<NetworkResponse>
getLegalMenusFromPlatformId(dynamic params) Future<NetworkResponse>
getListOfLegalPlatformFromAdmin(dynamic params) Future<NetworkResponse>
gptTranslateLegal(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
updateLegal(dynamic params) Future<NetworkResponse>

Operators

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