playSoundNotification method
UncompleteDocumentation
Implementation
Future<void> playSoundNotification({
required String soundNotification,
}) async {
try {
await playerNotification()
.open(GeneralSystemDeviceLibraryPlayerMediaBase(soundNotification));
} catch (e) {}
}