upsert_Pre method

Future<BarcodeMetadata> upsert_Pre(
  1. ServiceCall $call,
  2. Future<BarcodeMetadata> $request
)

Implementation

$async.Future<$1.BarcodeMetadata> upsert_Pre($grpc.ServiceCall $call,
    $async.Future<$1.BarcodeMetadata> $request) async {
  return upsert($call, await $request);
}