firebase_messaging_flutter
firebase_messaging_flutter copied to clipboard
error: cannot find symbol List<NotificationChannel> channels = notificationManagerCompat.getNotificationChannels();
Error
/home/xxx/Desktop/flutter_linux_1.22.6-stable/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-4.0.1+1/android/src/main/java/com/dexterous/flutterlocalnotifications/FlutterLocalNotificationsPlugin.java:1260: error: cannot find symbol
List<NotificationChannel> channels = notificationManagerCompat.getNotificationChannels();
^
symbol: method getNotificationChannels()
location: variable notificationManagerCompat of type NotificationManagerCompat
1 error
Any luck on this tony? @tony123S
I changed to val notificationManager = getSystemService(context, Context.NOTIFICATION_SERVICE) as NotificationManager