tappedStream method
Returns a stream that emits events when the Frame is tapped.
Returns: Stream
Implementation
Stream<void> tappedStream() {
return frame.bluetooth.getDataOfType(FrameDataTypePrefixes.tap);
}
Returns a stream that emits events when the Frame is tapped.
Returns: Stream
Stream<void> tappedStream() {
return frame.bluetooth.getDataOfType(FrameDataTypePrefixes.tap);
}