DesktopBrowserScenario class

Desktop Browser Scenario

A scenario that connects a web dApp to a desktop wallet application.

Constructors

DesktopBrowserScenario({Duration? timeLimit})
Creates a Desktop browser scenario.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeLimit Duration?
The default timeout duration applied to a connect call.
finalinherited

Methods

connect({Duration? timeLimit, Uri? walletUriBase}) Future<DesktopBrowserSession>
Establishes an encrypted session between the dApp and wallet endpoints.
dispose() Future<void>
Releases all acquired resources.
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