injectLoginModule function

void injectLoginModule()

Implementation

void injectLoginModule() {
  locator.registerSingleton(LoginApiClient(locator.get()));
  locator.registerSingleton(LoginApi(locator.get()));
  locator.registerSingleton<LoginRepository>(LoginDataStore(locator.get()));
  locator.registerSingleton(LoginCubit(locator.get()));
}