getSecretGenerator_Pre method

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

Implementation

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