call abstract method

TRes call({
  1. String? sessionId,
  2. String? userAgent,
  3. Input$TargetACIInput? target,
  4. bool? impressionViewed,
  5. bool? impressionRendered,
  6. bool? impressionVisible,
  7. bool? hover,
  8. bool? click,
  9. String? quest,
})

Implementation

TRes call({
  String? sessionId,
  String? userAgent,
  Input$TargetACIInput? target,
  bool? impressionViewed,
  bool? impressionRendered,
  bool? impressionVisible,
  bool? hover,
  bool? click,
  String? quest,
});