intiatialize abstract method

Future<void> intiatialize()

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> intiatialize();