我正在使用 firebase 云消息通知,尝试创建多渠道通知系统。
搜索后,我在 android developers official documentation 处找到了 createNotificationChannels() java 语言方法
我只能使用 createNotificationChannel()(默认频道)创建一个频道:
await FlutterLocalNotificationsPlugin()
.resolvePlatformSpecificImplementation<
AndroidFlutterLocalNotificationsPlugin>()
?.createNotificationChannel(channels.defaultChannel);