'actions' isn't defined in Flutter Local Notifications with Action Buttons
Solution 1:
Okay so the reason that you are not able to use this because actions
feature is in dev mode
and flutter_local_notifications
has not published any stable
version for it if you want to use this feature
then you need to use latest under development
dependency like below :
flutter_local_notifications: ^10.0.0-dev.3