call abstract method

TRes call({
  1. bool? active,
  2. String? coin,
})

Implementation

TRes call({
  bool? active,
  String? coin,
});