getVolumeAbsolutePath method

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

Implementation

@override
Future<String?> getVolumeAbsolutePath(String uuid) async {
  return await methodChannel
      .invokeMethod<String?>('getVolumeAbsolutePath', {'uuid': uuid});
}