call abstract method

TRes call({
  1. bool? enable,
  2. int? cycle,
})

Implementation

TRes call({
  bool? enable,
  int? cycle,
});