EmoteServiceClient class

Implementers

Constructors

EmoteServiceClient()

Properties

commonHeaders Map<String, String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server Uri
getter/setter pair
wsServer Uri
no setter

Methods

AddEmoteToPack(AddEmoteToPackRequest input, {Map<String, String> headers = const {}}) Future<AddEmoteToPackResponse>
CreateEmotePack(CreateEmotePackRequest input, {Map<String, String> headers = const {}}) Future<CreateEmotePackResponse>
DeleteEmoteFromPack(DeleteEmoteFromPackRequest input, {Map<String, String> headers = const {}}) Future<DeleteEmoteFromPackResponse>
DeleteEmotePack(DeleteEmotePackRequest input, {Map<String, String> headers = const {}}) Future<DeleteEmotePackResponse>
DequipEmotePack(DequipEmotePackRequest input, {Map<String, String> headers = const {}}) Future<DequipEmotePackResponse>
EquipEmotePack(EquipEmotePackRequest input, {Map<String, String> headers = const {}}) Future<EquipEmotePackResponse>
GetEmotePackEmotes(GetEmotePackEmotesRequest input, {Map<String, String> headers = const {}}) Future<GetEmotePackEmotesResponse>
GetEmotePacks(GetEmotePacksRequest input, {Map<String, String> headers = const {}}) 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