stopXg method

void stopXg()

注销推送服务(注销后无法再收到任何推送)

Implementation

void stopXg() {
  _channel.invokeMethod('stopXg');
}