listMyZitadelFeatures_Pre method

Future<ListMyZitadelFeaturesResponse> listMyZitadelFeatures_Pre(
  1. ServiceCall call,
  2. Future<ListMyZitadelFeaturesRequest> request
)

Implementation

$async.Future<$1.ListMyZitadelFeaturesResponse> listMyZitadelFeatures_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.ListMyZitadelFeaturesRequest> request) async {
  return listMyZitadelFeatures(call, await request);
}