USBPermissionStorage constructor

USBPermissionStorage({
  1. Iterable<AllowedUSBDevice>? allowedDevices,
})

Implementation

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