getVolumeInfo method

Future<VolumeSpaceInfo?> getVolumeInfo(
  1. String uuid
)

Implementation

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