getDailyPriceList abstract method

Future<List<double>> getDailyPriceList(
  1. String ticker,
  2. int days
)

Implementation

Future<List<double>> getDailyPriceList(String ticker, int days);