create abstract method

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

Implementation

$async.Future<$0.Delivery> create(
    $grpc.ServiceCall call, $0.Delivery request);