getVolumeState method

Future<String?> getVolumeState(
  1. String uuid
)

Implementation

Future<String?> getVolumeState(String uuid) =>
    VolumeInfoPlatform.instance.getVolumeState(uuid);