BridgeGateway class

Constructors

BridgeGateway(IStorage _storage, String _bridgeUrl, String _sessionId, Function _listener, Function _errorsListener)

Properties

hashCode int
The hash code for this object.
no setterinherited
resolve Completer<bool>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() → void
registerSession() Future<void>
send(String request, String receiverPublicKey, String topic, {int? ttl}) Future<void>
toString() String
A string representation of this object.
inherited
unpause() Future<void>

Operators

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

Constants

defaultTtl → const int
postPath → const String
ssePath → const String