PusherChannelsWebSocketConnection constructor

PusherChannelsWebSocketConnection(
  1. {required Uri uri}
)

Implementation

PusherChannelsWebSocketConnection({
  required this.uri,
});