BridgeProvider class

Inheritance

Constructors

BridgeProvider(IStorage storage, {Map<String, dynamic>? 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(Map<String, dynamic> 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<Map<String, dynamic>>
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