call abstract method

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

Implementation

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