getVolumeAbsolutePath method

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

Implementation

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