ReelevantAnalyticsPlatform class
abstract
- Inheritance
-
- Object
- PlatformInterface
- ReelevantAnalyticsPlatform
- Implementers
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