getSecretGenerator_Pre method

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

Implementation

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