getShareTokenFromShareLink method
iCloud access is limited to the container and can't share files directly.
Implementation
@override
Future<String?> getShareTokenFromShareLink(Uri shareLink) async {
return null; // The package does not support sharing.
}