StatsServiceBase constructor

StatsServiceBase()

Implementation

StatsServiceBase() {
  $addMethod($grpc.ServiceMethod<$0.FinancialChartRequest,
          $0.FinancialChartResponse>(
      'getFinancialChart',
      getFinancialChart_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.FinancialChartRequest.fromBuffer(value),
      ($0.FinancialChartResponse value) => value.writeToBuffer()));
}