The notification is not shown on the real mobile device (flutter_local_notifications pakcage)
In a flutter application, I want to show notifications to the user by flutter_local_notifications
package. This notification appears in the Android emulator, but not in the real mobile device.
This is my source code: