MethodChannelReelevantAnalytics class
An implementation of ReelevantAnalyticsPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- ReelevantAnalyticsPlatform
- MethodChannelReelevantAnalytics
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- 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.
override
-
getUserAgent(
) → Future< String?> -
Invoke native code to return the device user agent.
Throw an error if getUserAgent is not implemented for a platform.
override
-
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