DesktopBrowserScenario class
Desktop Browser Scenario
A scenario that connects a web dApp to a desktop wallet application.
Constructors
- DesktopBrowserScenario.new({Duration? timeLimit})
- Creates a Desktop browser scenario.
Properties
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