beep function

dynamic beep()

Implementation

beep() {
  FlutterRingtonePlayer().playNotification();
}