MethodChannelRejourney class

Method-channel implementation for Android and iOS.

Inheritance

Constructors

MethodChannelRejourney()

Properties

events Stream<Map<String, Object?>>
Events emitted by the native SDK, including session rollover.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

invoke<T>(String method, [Map<String, Object?>? arguments]) Future<T?>
Invokes a native SDK operation.
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