update abstract method

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

Implementation

$async.Future<$1.AdDetails> update(
    $grpc.ServiceCall call, $1.AdDetails request);