USBPermissionStorage constructor
USBPermissionStorage({
- Iterable<
AllowedUSBDevice> ? allowedDevices,
Implementation
factory USBPermissionStorage({Iterable<AllowedUSBDevice>? allowedDevices}) =>
USBPermissionStorage._(allowedDevices: allowedDevices ?? const []);