call abstract method

TRes call({
  1. String? label,
  2. String? amount,
})

Implementation

TRes call({
  String? label,
  String? amount,
});