call abstract method

TRes call({
  1. String? title,
  2. String? topic,
  3. String? userId,
  4. List<String>? tokens,
  5. String? description,
  6. Input$PictureInput? picture,
})

Implementation

TRes call({
  String? title,
  String? topic,
  String? userId,
  List<String>? tokens,
  String? description,
  Input$PictureInput? picture,
});