call abstract method

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

Implementation

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