getFinancialChart_Pre method
Future<FinancialChartResponse>
getFinancialChart_Pre(
- ServiceCall call,
- Future<
FinancialChartRequest> request
Implementation
$async.Future<$15.FinancialChartResponse> getFinancialChart_Pre($grpc.ServiceCall call, $async.Future<$15.FinancialChartRequest> request) async {
return getFinancialChart(call, await request);
}