StorageInitializer typedef

StorageInitializer = Future<void> Function({Uint8List? encryptionKeyUint8List, String? key})

Function signature for initializing the storage backend.

Implementation

typedef StorageInitializer = Future<void> Function(
    {Uint8List? encryptionKeyUint8List, String? key});