Function signature for initializing the storage backend.
typedef StorageInitializer = Future<void> Function( {Uint8List? encryptionKeyUint8List, String? key});