beep method

  1. @override
Future<bool> beep()
override

Implementation

@override
Future<bool> beep() async {
  return false;
}