resumePush method

Future resumePush()
override

恢复推送功能。

Implementation

Future resumePush() async {
  print(flutter_log + "resumePush");
  await _jpushHarmonySdkPlugin.resumePush();
}