tapjackStream property

Stream<TapjackSnapshot> get tapjackStream

Stream of TapjackSnapshot events reflecting overlay state changes.

Implementation

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