exportCSV_Pre method
Implementation
$async.Future<$0.ExportCSVResponse> exportCSV_Pre($grpc.ServiceCall $call,
$async.Future<$0.ExportCSVRequest> $request) async {
return exportCSV($call, await $request);
}
$async.Future<$0.ExportCSVResponse> exportCSV_Pre($grpc.ServiceCall $call,
$async.Future<$0.ExportCSVRequest> $request) async {
return exportCSV($call, await $request);
}