removeMyAvatar_Pre method

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

Implementation

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