onUpdate method
When a transaction is added to the stream
Implementation
Stream<TransactionReceipt?> onUpdate() =>
_transactionUpdateStreamController.stream;
When a transaction is added to the stream
Stream<TransactionReceipt?> onUpdate() =>
_transactionUpdateStreamController.stream;