getVolumesUUIDs method

Future<List<String>?> getVolumesUUIDs(
  1. bool includePrimary,
  2. bool includeRemoveable
)

Implementation

Future<List<String>?> getVolumesUUIDs(
        bool includePrimary, bool includeRemoveable) =>
    VolumeInfoPlatform.instance
        .getVolumesUUIDs(includePrimary, includeRemoveable);