call abstract method

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

Implementation

TRes call({
  String? userId,
  String? method,
});