call abstract method
TRes
call({ - bool? sfwContentMode,
- 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,
})
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,
});