setIfNotExists_Pre method
Future<SetIfNotExistsResponse_>
setIfNotExists_Pre(
- ServiceCall call,
- Future<
SetIfNotExistsRequest_> request
Implementation
$async.Future<$0.SetIfNotExistsResponse_> setIfNotExists_Pre(
$grpc.ServiceCall call,
$async.Future<$0.SetIfNotExistsRequest_> request) async {
return setIfNotExists(call, await request);
}