create_Pre method

Future<Delivery> create_Pre(
  1. ServiceCall $call,
  2. Future<Delivery> $request
)

Implementation

$async.Future<$0.Delivery> create_Pre(
    $grpc.ServiceCall $call, $async.Future<$0.Delivery> $request) async {
  return create($call, await $request);
}