UAppSettingsService class
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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
read({dynamic onOk(UResponse<UAppSettingsResponse> r)?, dynamic onError(UEmptyResponse e)?, dynamic onException(String e)?})
→ Future<(UResponse<UAppSettingsResponse>?, UEmptyResponse?, String?)>
-
-
readAll({dynamic onOk(UResponse<UAppSettings> r)?, dynamic onError(UEmptyResponse e)?, dynamic onException(String e)?})
→ Future<(UResponse<UAppSettings>?, UEmptyResponse?, String?)>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
update({required UAppSettingsUpdateParams p, dynamic onOk(UEmptyResponse e)?, dynamic onError(UEmptyResponse e)?, dynamic onException(String e)?})
→ Future<(UEmptyResponse?, UEmptyResponse?, String?)>
-