requestNotificationPermission method
Requests the POST_NOTIFICATIONS permission on Android (33+).
Returns true if granted or if not needed (e.g., older Android version).
Implementation
Future<bool> requestNotificationPermission() {
throw UnimplementedError(
'requestNotificationPermission() has not been implemented.');
}