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