AlreadyInitializedMatomoInstanceException constructor

const AlreadyInitializedMatomoInstanceException()

Implementation

const AlreadyInitializedMatomoInstanceException()
    : super(
        message: 'MatomoTracker has already been initialized. '
            'You can check the initialize property to see if it has been initialized.',
      );