call abstract method

TRes call({
  1. String? company,
  2. String? driver,
  3. List<Input$LogisticTrackerInput>? tracker,
  4. String? warehouse,
})

Implementation

TRes call({
  String? company,
  String? driver,
  List<Input$LogisticTrackerInput>? tracker,
  String? warehouse,
});