Future<void> beep({int n = 3, PosBeepDuration duration = PosBeepDuration.beep450ms}) async { printBytes(generator.beep(n: n, duration: duration)); }