stopPush method
停止接收推送,调用该方法后应用将不再受到推送,如果想要重新收到推送可以调用 resumePush。
Implementation
Future stopPush() async {
print(flutter_log + "stopPush");
await _jpushHarmonySdkPlugin.stopPush();
}
停止接收推送,调用该方法后应用将不再受到推送,如果想要重新收到推送可以调用 resumePush。
Future stopPush() async {
print(flutter_log + "stopPush");
await _jpushHarmonySdkPlugin.stopPush();
}