menu
khadem package
documentation
storage.dart
StorageManager
diskNames property
diskNames property
dark_mode
light_mode
diskNames
property
List
<
String
>
get
diskNames
Gets all registered disk names
Implementation
List<String> get diskNames => _disks.keys.toList();
khadem package
documentation
storage
StorageManager
diskNames property
StorageManager class