Showing
1 changed file
with
6 additions
and
6 deletions
| @@ -13,11 +13,11 @@ class PushService { | @@ -13,11 +13,11 @@ class PushService { | ||
| 13 | if (!isAndroid) { | 13 | if (!isAndroid) { |
| 14 | return; | 14 | return; |
| 15 | } | 15 | } |
| 16 | - AppLogger.i('PushService.registerPushToken: HMS SDK pending'); | ||
| 17 | - await _userApi.postPushToken( | ||
| 18 | - pushToken: 'pending-hms-token', | ||
| 19 | - deviceInfo: 'flutter', | ||
| 20 | - pushPlatform: AppConst.pushPlatformHuawei, | ||
| 21 | - ); | 16 | + // AppLogger.i('PushService.registerPushToken: HMS SDK pending'); |
| 17 | + // await _userApi.postPushToken( | ||
| 18 | + // pushToken: 'pending-hms-token', | ||
| 19 | + // deviceInfo: 'flutter', | ||
| 20 | + // pushPlatform: AppConst.pushPlatformHuawei, | ||
| 21 | + // ); | ||
| 22 | } | 22 | } |
| 23 | } | 23 | } |
-
Please register or login to post a comment