onTransactionStatusChanged property

Stream<bool> onTransactionStatusChanged

Sets the callback to invoke when a transaction starts or completes on the geodatabase.

Implementation

Stream<bool> get onTransactionStatusChanged =>
    _transactionStatusChangedStreamController.stream;