initVivoPush static method

Future<void> initVivoPush({
  1. bool enableLog = false,
})

初始化Vivo push, appKey 应用appKey appSecret 应用appSecret

Implementation

static Future<void> initVivoPush({bool enableLog=false}) async {
  return await channel.invokeMethod(Config.methodInit, {"type":PushType.vivo,"enableLog":enableLog,});
}