call abstract method

TRes call({
  1. List<String>? topCountries,
  2. String? topDevice,
  3. String? weakDevice,
})

Implementation

TRes call({
  List<String>? topCountries,
  String? topDevice,
  String? weakDevice,
});