requestNotificationPermission method
Requests the POST_NOTIFICATIONS permission on Android (33+).
Returns true if granted or if not needed (e.g., older Android version).
Implementation
@override
Future<bool> requestNotificationPermission() async {
return true;
}