downloadAsCSV_Pre method
Future<StandardFile>
downloadAsCSV_Pre(
- ServiceCall $call,
- Future<
ComponentsServiceFilterReq> $request
Implementation
$async.Future<$1.StandardFile> downloadAsCSV_Pre($grpc.ServiceCall $call,
$async.Future<$0.ComponentsServiceFilterReq> $request) async {
return downloadAsCSV($call, await $request);
}