baseArchController property

BaseArchController get baseArchController

Implementation

static BaseArchController get baseArchController {
  _baseArchController ??= BaseArchController(
    localizationService,
    restApiClient,
    appRoutesService,
  );
  return _baseArchController!;
}