authRequired property
set
authRequired
(bool value)
Sets whether authentication is required.
Implementation
set authRequired(bool value) => _options.authRequired = value;
Sets whether authentication is required.
set authRequired(bool value) => _options.authRequired = value;