socketConnector property

  1. @experimental
SocketConnector? socketConnector
final

Some ethereum nodes support an event channel over websockets. dart_web3 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

@experimental
final SocketConnector? socketConnector;