ClearDetails constructor
ClearDetails({
- ChromeSettingScope? scope,
Implementation
ClearDetails(
{
/// Where to clear the setting (default: regular).
ChromeSettingScope? scope})
: _wrapped = $js.ClearDetails(scope: scope?.toJS);