SocketTransport constructor
SocketTransport({})
The transport layer used to perform JSON-RPC 2 requests.
Implementation
SocketTransport({
required this.protocol,
required this.version,
required this.url,
required this.subscriptions,
}) : _eventBus = EventBus();