initialize abstract method

Future<void> initialize()

Initializes the persistence layer.

This method should set up any necessary storage connections, create tables/collections, and perform any required migrations. It should be called once during app initialization.

Implementation

Future<void> initialize();