updateOne_Pre method
Implementation
$async.Future<$1.NuntioResponse> updateOne_Pre(
$grpc.ServiceCall call, $async.Future<$1.NuntioRequest> request) async {
return updateOne(call, await request);
}
$async.Future<$1.NuntioResponse> updateOne_Pre(
$grpc.ServiceCall call, $async.Future<$1.NuntioRequest> request) async {
return updateOne(call, await request);
}