addObject abstract method

Future<DeliveryObject> addObject(
  1. ServiceCall call,
  2. DeliveryObject request
)

Implementation

$async.Future<$0.DeliveryObject> addObject(
    $grpc.ServiceCall call, $0.DeliveryObject request);