BridgeProvider class

Inheritance

Constructors

BridgeProvider.new(IStorage storage, {WalletApp? wallet})

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

closeConnection() → void
override
connect(Json request) Future<String>
disconnect() Future<void>
override
listen(Function eventsCallback) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() → void
restoreConnection() Future<bool>
override
sendRequest(dynamic request) Future<Json>
override
toString() String
A string representation of this object.
inherited
unpause() Future<void>

Operators

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

Constants

disconnectTimeout → const int
standartUniversalUrl → const String