Registers a storage implementation for a specific backup method.
method
: The backup method to register. Supported methods:
.GoogleDrive
: Google Drive storage.iCloud
: iCloud storage.Password
: Password-protected storage.Passkey
: Passkey authentication storage.local
: Local storage.Unknown
: Can be used for custom storagewithStorage
: A custom implementation of PortalStorage
protocol that handles the storage operations for the specified backup methodPortalStorage
protocol: