intiatialize method

  1. @override
Future<void> intiatialize()
override

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> intiatialize() async {}