getInvalidConversionDates method

Future<Map> getInvalidConversionDates(
  1. String token,
  2. String currencyPair
)

Implementation

Future<Map> getInvalidConversionDates(String token, String currencyPair) {
  throw UnimplementedError(
      "Get Invalid Conversion Dates has not been implemented");
}