update abstract method

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

Implementation

$async.Future<$11.Account> update(
    $grpc.ServiceCall call, $11.Account request);