call abstract method

TRes call({
  1. bool? success,
  2. String? message,
})

Implementation

TRes call({
  bool? success,
  String? message,
});