updateSecretGenerator_Pre method

Future<UpdateSecretGeneratorResponse> updateSecretGenerator_Pre(
  1. ServiceCall call,
  2. Future<UpdateSecretGeneratorRequest> request
)

Implementation

$async.Future<$1.UpdateSecretGeneratorResponse> updateSecretGenerator_Pre($grpc.ServiceCall call, $async.Future<$1.UpdateSecretGeneratorRequest> request) async {
  return updateSecretGenerator(call, await request);
}