WindowsPermissionService constructor

WindowsPermissionService({
  1. required PermissionHandler handler,
})

Implementation

WindowsPermissionService({
  required this.handler,
});