bell method

  1. @override
void bell()
override

Rings the terminal bell.

Implementation

@override
void bell() => write(Ansi.bell);