AccessRestrictions constructor

AccessRestrictions({
  1. List<ServiceConfig>? allowedServices,
  2. bool? disableProgrammaticSignin,
})

Implementation

AccessRestrictions({
  this.allowedServices,
  this.disableProgrammaticSignin,
});