初始化OPPO PUSH服务,创建默认通道
needLog是否需要设置log
static void init({ @required bool needLog, }) { _channel.invokeMethod("init", { "needLog": needLog, }); }