update abstract method

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

Implementation

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