initialize 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
@override
Future<void> initialize() async {
// NoOp
}