RejourneyPlatform class abstract
Replaceable platform boundary used by the native Flutter plugin.
- Inheritance
-
- Object
- PlatformInterface
- RejourneyPlatform
- Implementers
Constructors
Properties
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