getIntegrationService method

IntegrationService getIntegrationService()

Implementation

IntegrationService getIntegrationService() {
  _integrationService ??= IntegrationService(this);
  return _integrationService!;
}