AccessRestrictions constructor
AccessRestrictions({
- List<
ServiceConfig> ? allowedServices, - bool? disableProgrammaticSignin,
Implementation
AccessRestrictions({
this.allowedServices,
this.disableProgrammaticSignin,
});