call abstract method

TRes call({
  1. String? customer,
  2. List<Input$KeyValueInput>? details,
})

Implementation

TRes call({
  String? customer,
  List<Input$KeyValueInput>? details,
});