onUpdate method

Stream<TransactionReceipt?> onUpdate()

When a transaction is added to the stream

Implementation

Stream<TransactionReceipt?> onUpdate() =>
    _transactionUpdateStreamController.stream;