EmoteServiceApi class

Constructors

EmoteServiceApi(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

addEmoteToPack(ClientContext? ctx, AddEmoteToPackRequest request) Future<AddEmoteToPackResponse>
createEmotePack(ClientContext? ctx, CreateEmotePackRequest request) Future<CreateEmotePackResponse>
deleteEmoteFromPack(ClientContext? ctx, DeleteEmoteFromPackRequest request) Future<DeleteEmoteFromPackResponse>
deleteEmotePack(ClientContext? ctx, DeleteEmotePackRequest request) Future<DeleteEmotePackResponse>
dequipEmotePack(ClientContext? ctx, DequipEmotePackRequest request) Future<DequipEmotePackResponse>
equipEmotePack(ClientContext? ctx, EquipEmotePackRequest request) Future<EquipEmotePackResponse>
getEmotePackEmotes(ClientContext? ctx, GetEmotePackEmotesRequest request) Future<GetEmotePackEmotesResponse>
getEmotePacks(ClientContext? ctx, GetEmotePacksRequest request) Future<GetEmotePacksResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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