call abstract method

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

Implementation

TRes call({
  double? amount,
  String? wallet,
});