generateShareLink method
iCloud access is limited to the container and can't share files directly.
Implementation
@override
Future<Uri?> generateShareLink(String path) {
throw UnsupportedError(
'iCloudProvider: Generating sharable links is not supported.');
}