menu
hdm_open_api_wrapper package
documentation
hosamAddition/Sounds/sounds_controller.dart
SoundsController
playNotification method
playNotification method
dark_mode
light_mode
playNotification
method
Future
<
void
>
playNotification
(
)
Play notification sound
Implementation
Future<void> playNotification() async { await playSound('notification'); }
hdm_open_api_wrapper package
documentation
hosamAddition/Sounds/sounds_controller
SoundsController
playNotification method
SoundsController class