ProfileServiceApi class

Constructors

ProfileServiceApi(RpcClient _client)

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

getAppData(ClientContext? ctx, GetAppDataRequest request) Future<GetAppDataResponse>
getProfile(ClientContext? ctx, GetProfileRequest request) Future<GetProfileResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAppData(ClientContext? ctx, SetAppDataRequest request) Future<SetAppDataResponse>
toString() String
A string representation of this object.
inherited
updateProfile(ClientContext? ctx, UpdateProfileRequest request) Future<UpdateProfileResponse>

Operators

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