|
...
|
...
|
@@ -13,11 +13,11 @@ class PushService { |
|
|
|
if (!isAndroid) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
AppLogger.i('PushService.registerPushToken: HMS SDK pending');
|
|
|
|
await _userApi.postPushToken(
|
|
|
|
pushToken: 'pending-hms-token',
|
|
|
|
deviceInfo: 'flutter',
|
|
|
|
pushPlatform: AppConst.pushPlatformHuawei,
|
|
|
|
);
|
|
|
|
// AppLogger.i('PushService.registerPushToken: HMS SDK pending');
|
|
|
|
// await _userApi.postPushToken(
|
|
|
|
// pushToken: 'pending-hms-token',
|
|
|
|
// deviceInfo: 'flutter',
|
|
|
|
// pushPlatform: AppConst.pushPlatformHuawei,
|
|
|
|
// );
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|