getSecretGenerator_Pre method

Future<GetSecretGeneratorResponse> getSecretGenerator_Pre(
  1. ServiceCall call,
  2. Future<GetSecretGeneratorRequest> request
)

Implementation

$async.Future<$2.GetSecretGeneratorResponse> getSecretGenerator_Pre(
    $grpc.ServiceCall call,
    $async.Future<$2.GetSecretGeneratorRequest> request) async {
  return getSecretGenerator(call, await request);
}