HardwarePermissionException constructor

const HardwarePermissionException({
  1. required String message,
  2. Object? details,
})

Implementation

const HardwarePermissionException({required super.message, super.details})
    : super(code: HardwareErrorCode.permissionDenied);