call abstract method

TRes call({
  1. String? task,
  2. bool? done,
})

Implementation

TRes call({
  String? task,
  bool? done,
});