RitoNavigationSupersededException class final

A navigation request that was replaced by newer intent.

An active native call is allowed to finish, but its successful result is cleaned up instead of being exposed to the caller.

Implemented types

Constructors

RitoNavigationSupersededException({required int sessionId, required int requestId, int? replacementRequestId})
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
replacementRequestId → int?
final
requestId → int
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sessionId → int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited