call abstract method

TRes call({
  1. String? user,
  2. String? program,
})

Implementation

TRes call({
  String? user,
  String? program,
});