call abstract method

TRes call({
  1. String? name,
  2. String? value,
})

Implementation

TRes call({
  String? name,
  String? value,
});