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