Devices.empty constructor Null safety

Devices.empty()

Implementation

factory Devices.empty() => const Devices(camera: [], microphone: [], speaker: [], audio: []);