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