LegalRepo class

Constructors

LegalRepo([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

acceptTerms(dynamic params) Future<bool>
createLegal(dynamic params) Future<LegalInfo?>
deleteLegalFromAdmin(dynamic params) Future<bool>
getLegalContent(dynamic params) Future<LegalInfo?>
getLegalFromAdmin(dynamic params) Future<List<LegalInfo>>
getLegalMenusFromPlatformId([dynamic params]) Future<List<LegalMenu>>
getListOfLegalPlatformFromAdmin(dynamic params) Future<List<LegalPlatform>>
gptTranslateLegal(dynamic params) Future<LegalInfo?>
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<bool>

Operators

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