tappedStream method

Stream<void> tappedStream()

Returns a stream that emits events when the Frame is tapped.

Returns: Stream

Implementation

Stream<void> tappedStream() {
  return frame.bluetooth.getDataOfType(FrameDataTypePrefixes.tap);
}