instance property
InteractionTracker
get
instance
Get the singleton instance of the interaction tracker
Implementation
static InteractionTracker get instance =>
_instance ??
(_instance = InteractionTracker._internal(LocalStorageBackend()));