HiddenSignerBridgePort class abstract

Constructors

HiddenSignerBridgePort()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearSessionData() Future<void>
Clears the underlying WebView's persistent storage — cookies, cache, and localStorage. After calling this, a subsequent getStatus on the non-custodial signer should report pendingOtp rather than ready, forcing a fresh OTP flow. Intended for test harnesses that want to exercise the abandoned-OTP-retry contract deterministically.
load(Uri uri) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reload() Future<void>
runJavaScript(String script) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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