PermissionRequestInfo constructor
const
PermissionRequestInfo({})
Implementation
const PermissionRequestInfo(
{Key? key,
required this.removeOverLay,
required this.permissionType,
required this.appName})
: super(key: key);