update abstract method

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

Implementation

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