SocketHandlerImpl class

Inheritance
Annotations
  • @Singleton(as: SocketHandler)

Constructors

SocketHandlerImpl(WaterbusWebRTCManager _rtcManager, WaterbusLogger _logger, AuthLocalDataSource _authLocal, DioConfiguration _dioConfig)

Properties

hashCode int
The hash code for this object.
no setterinherited
isConnected bool
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socket → Socket?
no setteroverride

Methods

disconnection() → void
override
establishConnection({bool forceConnection = false, int numberOfRetries = 3, String? forceAccessToken, Function? callbackConnected}) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reconnect({required Function callbackConnected}) → void
override
toString() String
A string representation of this object.
inherited

Operators

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