Tracker class
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
-
enableAdvertisingIdCollection(
bool value) → Future< void> -
enableAutoActivityTracking(
bool value) → Future< void> -
enableExceptionReporting(
bool value) → Future< void> -
get(
String key) → Future< String?> -
getClientId(
) → Future< String> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
send(
HitBuilder hitBuilder) → Future< void> -
set(
String key, String value) → Future< void> -
setAnonymizeIp(
bool value) → Future< void> -
setAppId(
String value) → Future< void> -
setAppInstallerId(
String value) → Future< void> -
setAppName(
String value) → Future< void> -
setAppVersion(
String value) → Future< void> -
setClientId(
String value) → Future< void> -
setEncoding(
String value) → Future< void> -
setHostname(
String value) → Future< void> -
setLanguage(
String value) → Future< void> -
setLocation(
String value) → Future< void> -
setPage(
String value) → Future< void> -
setReferrer(
String value) → Future< void> -
setSampleRate(
double value) → Future< void> -
setScreenColors(
String value) → Future< void> -
setScreenName(
String name) → Future< void> -
setScreenResolution(
int value1, int value2) → Future< void> -
setSessionTimeout(
int value) → Future< void> -
setTitle(
String value) → Future< void> -
setUseSecure(
bool value) → Future< void> -
setViewportSize(
String value) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited