createLockFXQuote method
Implementation
Future<Map> createLockFXQuote(
String token,
String? buyAmount,
String buyCurrency,
String? conversionDate,
String? sellAmount,
String sellCurrency,
String validity) {
throw UnimplementedError("Create LockFX Quote has not been implemented");
}