socketConnector property

SocketConnector? socketConnector
final

Some ethereum nodes support an event channel over websockets. Web3dart will use the StreamChannel returned by this function as a socket to send event requests and parse responses. Can be null, in which case a polling implementation for events will be used.

Implementation

final SocketConnector? socketConnector;