call abstract method

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

Implementation

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