call abstract method

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

Implementation

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