deleteEmotePack method

Future<DeleteEmotePackResponse> deleteEmotePack(
  1. ClientContext? ctx,
  2. DeleteEmotePackRequest request
)

Implementation

$async.Future<$0.DeleteEmotePackResponse> deleteEmotePack($pb.ClientContext? ctx, $0.DeleteEmotePackRequest request) {
  var emptyResponse = $0.DeleteEmotePackResponse();
  return _client.invoke<$0.DeleteEmotePackResponse>(ctx, 'EmoteService', 'DeleteEmotePack', request, emptyResponse);
}