call abstract method

TRes call({
  1. String? method,
  2. int? minutes,
})

Implementation

TRes call({
  String? method,
  int? minutes,
});