initialize abstract method
Initializes the repository provider. This method should setup persistent connections to the backend services and initialize any resources used by the backend services.
Implementation
Future<void> initialize();
Initializes the repository provider. This method should setup persistent connections to the backend services and initialize any resources used by the backend services.
Future<void> initialize();