removeMyAvatar_Pre method

Future<RemoveMyAvatarResponse> removeMyAvatar_Pre(
  1. ServiceCall call,
  2. Future<RemoveMyAvatarRequest> request
)

Implementation

$async.Future<$4.RemoveMyAvatarResponse> removeMyAvatar_Pre(
    $grpc.ServiceCall call,
    $async.Future<$4.RemoveMyAvatarRequest> request) async {
  return removeMyAvatar(call, await request);
}