statusStream property

Stream<VtpStatus> get statusStream

Stream of transaction status updates

Implementation

Stream<VtpStatus> get statusStream {
  throw UnimplementedError('statusStream has not been implemented.');
}