enableOtherPush method

void enableOtherPush()

开启其他推送

Implementation

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