createNotificationChannel method
设置通知渠道
Implementation
Future<bool> createNotificationChannel({
required String channelId,
required String channelName,
String? channelDescription,
int? importance,
bool? enableLights,
bool? enableVibration,
String? sound,
}) {
throw UnimplementedError('createNotificationChannel() has not been implemented.');
}