ReelevantAnalyticsPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ReelevantAnalyticsPlatform
Implementers

Constructors

ReelevantAnalyticsPlatform()
Constructs a ReelevantAnalyticsPlatform.

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

getDeviceId() Future<String?>
Invoke native code to return a device id for iOS and an unique identifer for Android. Throw an error if getDeviceId is not implemented for a platform.
getUserAgent() Future<String?>
Invoke native code to return the device user agent. Throw an error if getUserAgent is not implemented for a platform.
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 Properties

instance ReelevantAnalyticsPlatform
The default instance of ReelevantAnalyticsPlatform to use.
getter/setter pair