pvId property

  1. @protected
String get pvId

A 6 character unique page view ID.

Each unique ID represents one page view.

The default implementation will generate one on widget creation (recommended).

For more information see pvId in MatomoTracker.trackPageViewWithName and MatomoTracker.attachLastScreenInfo.

Implementation

@protected
String get pvId => _pvId;