pausePush method

void pausePush ()

暂停接收OPPO PUSH服务推送的消息

Implementation

static void pausePush() {
  _channel.invokeMethod("pausePush");
}