menu
daily_flutter
daily_flutter.dart
Devices
Devices.empty factory constructor
Devices.empty
dark_mode
light_mode
Devices.empty
constructor
Devices.empty
(
)
Implementation
factory Devices.empty() => const Devices(camera: [], microphone: [], speaker: [], audio: []);
daily_flutter
daily_flutter
Devices
Devices.empty factory constructor
Devices class