setIfNotExists_Pre method

Future<SetIfNotExistsResponse_> setIfNotExists_Pre(
  1. ServiceCall call,
  2. Future<SetIfNotExistsRequest_> request
)

Implementation

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