playNotification method

Future<void> playNotification()

Play notification sound

Implementation

Future<void> playNotification() async {
  await playSound('notification');
}