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