call abstract method

TRes call({
  1. String? mobile,
  2. String? desktop,
})

Implementation

TRes call({
  String? mobile,
  String? desktop,
});