getMarketFxQuote method

Future<Map> getMarketFxQuote(
  1. String token,
  2. String? buyAmount,
  3. String buyCurrencyCode,
  4. String sellCurrencyCode,
  5. String? sellAmount,
  6. String? conversionDate,
)

Implementation

Future<Map> getMarketFxQuote(
    String token,
    String? buyAmount,
    String buyCurrencyCode,
    String sellCurrencyCode,
    String? sellAmount,
    String? conversionDate) {
  throw UnimplementedError("Get Quote has not been implemented");
}