RejourneyPlatform class abstract

Replaceable platform boundary used by the native Flutter plugin.

Inheritance
  • Object
  • PlatformInterface
  • RejourneyPlatform
Implementers

Constructors

RejourneyPlatform()

Properties

events Stream<Map<String, Object?>>
Events emitted by the native SDK, including session rollover.
no setter
hashCode int
The hash code for this object.
no setterinherited
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.
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 RejourneyPlatform
getter/setter pair