update_Pre method

Future<AccountProto> update_Pre(
  1. ServiceCall $call,
  2. Future<AccountProto_UpdateRequest> $request
)

Implementation

$async.Future<$2.AccountProto> update_Pre($grpc.ServiceCall $call, $async.Future<$2.AccountProto_UpdateRequest> $request) async {
  return update($call, await $request);
}