I am building a flutter application with firebase notification. But, I need a custom sound for notification. I had implemented playSound: true, sound: RawResourceAndroidNotificationSound('notification'), under AndroidNotificationDetails and copied the mp3 file to the raw folder in the proper location, but no use. Does anyone have a solution for this issue?