call abstract method

TRes call({
  1. bool? sfwContentMode,
  2. List<String>? menuItems,
  3. bool? soundOnPreview,
  4. bool? wallShowTitle,
  5. String? wallPlayback,
  6. bool? showScrubber,
  7. int? maximumLoopDuration,
  8. bool? autostartVideo,
  9. bool? autostartVideoOnPlaySelected,
  10. bool? continuePlaylistDefault,
  11. bool? showStudioAsText,
  12. String? css,
  13. bool? cssEnabled,
  14. String? javascript,
  15. bool? javascriptEnabled,
  16. String? customLocales,
  17. bool? customLocalesEnabled,
  18. bool? disableCustomizations,
  19. String? language,
  20. Input$ConfigImageLightboxInput? imageLightbox,
  21. Input$ConfigDisableDropdownCreateInput? disableDropdownCreate,
  22. String? handyKey,
  23. int? funscriptOffset,
  24. bool? useStashHostedFunscript,
  25. bool? noBrowser,
  26. bool? notificationsEnabled,
})

Implementation

TRes call({
  bool? sfwContentMode,
  List<String>? menuItems,
  bool? soundOnPreview,
  bool? wallShowTitle,
  String? wallPlayback,
  bool? showScrubber,
  int? maximumLoopDuration,
  bool? autostartVideo,
  bool? autostartVideoOnPlaySelected,
  bool? continuePlaylistDefault,
  bool? showStudioAsText,
  String? css,
  bool? cssEnabled,
  String? javascript,
  bool? javascriptEnabled,
  String? customLocales,
  bool? customLocalesEnabled,
  bool? disableCustomizations,
  String? language,
  Input$ConfigImageLightboxInput? imageLightbox,
  Input$ConfigDisableDropdownCreateInput? disableDropdownCreate,
  String? handyKey,
  int? funscriptOffset,
  bool? useStashHostedFunscript,
  bool? noBrowser,
  bool? notificationsEnabled,
});