listSecretGenerators_Pre method

Future<ListSecretGeneratorsResponse> listSecretGenerators_Pre(
  1. ServiceCall call,
  2. Future<ListSecretGeneratorsRequest> request
)

Implementation

$async.Future<$1.ListSecretGeneratorsResponse> listSecretGenerators_Pre($grpc.ServiceCall call, $async.Future<$1.ListSecretGeneratorsRequest> request) async {
  return listSecretGenerators(call, await request);
}