call abstract method

TRes call({
  1. String? playstore,
  2. String? appstore,
  3. String? appgallery,
})

Implementation

TRes call({
  String? playstore,
  String? appstore,
  String? appgallery,
});