SocketHandlerImpl constructor

SocketHandlerImpl(
  1. WaterbusWebRTCManager _rtcManager,
  2. WaterbusLogger _logger,
  3. AuthLocalDataSource _authLocal,
  4. DioConfiguration _dioConfig,
)

Implementation

SocketHandlerImpl(
  this._rtcManager,
  this._logger,
  this._authLocal,
  this._dioConfig,
);