call abstract method

TRes call({
  1. String? price,
  2. String? currency,
})

Implementation

TRes call({
  String? price,
  String? currency,
});