LaunchAnalytics class

Constructors

LaunchAnalytics()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getLastLaunchTimestamp(LaunchType type) DateTime?
Retrieves the last launch timestamp for a given LaunchType.
getLaunchCount(LaunchType type) int
Retrieves the launch count for a given LaunchType.
resetAnalytics([LaunchType? type]) → void
Resets analytics data for a specific LaunchType or all types.
trackLaunch({required LaunchType type, required Uri uri, dynamic onTrack(LaunchType type, Uri uri)?}) → void
Tracks a successful launch event.