downloadFileByShareToken method
iCloud access is limited to the container and can't share files directly.
Implementation
@override
Future<String> downloadFileByShareToken(
{required String shareToken, required String localPath}) {
// The package does not support sharing.
throw UnsupportedError(
'iCloudProvider: Sharing functionality is not supported.');
}