call abstract method

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

Implementation

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