call abstract method

TRes call({
  1. String? key,
  2. String? value,
  3. String? title,
  4. String? userId,
  5. String? picture,
  6. String? description,
})

Implementation

TRes call({
  String? key,
  String? value,
  String? title,
  String? userId,
  String? picture,
  String? description,
});