getFinancialChart_Pre method

Future<FinancialChartResponse> getFinancialChart_Pre(
  1. ServiceCall $call,
  2. Future<FinancialChartRequest> $request
)

Implementation

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