isInitialized property

bool isInitialized

isInitialized returns whether the global _matomoForever has been initialized.

Implementation

static bool get isInitialized {
  return (_matomoForever._initialized);
}