隐藏推送日志

This commit is contained in:
葛佳祥 2024-01-23 17:19:43 +08:00
parent de887d5c73
commit 9514b7c9d5

View File

@ -11,6 +11,7 @@ class XSAliyunPushProvider {
_aliyunPush = aliyunPush;
if (Platform.isAndroid) {
_aliyunPush.createAndroidChannel('1', '测试通道A', 3, '测试创建通知通道');
_aliyunPush.setAndroidLogLevel(kAliyunPushLogLevelError);
}
_addPushCallback();
}