bell method

  1. @override
void bell()
override

Rings the terminal bell.

Implementation

@override
void bell() => _control.bell();