call abstract method

TRes call({
  1. String? item,
  2. bool? enable,
})

Implementation

TRes call({
  String? item,
  bool? enable,
});