call abstract method

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

Implementation

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