initializeAPIServices static method

dynamic initializeAPIServices()

Implementation

static initializeAPIServices() async {
  await _initializeStorage();
  await _interceptorsInitialization();
  await _listenToTokenChanges();
}