setMzPushAppKey method

void setMzPushAppKey({
  1. required String appKey,
})

设置魅族推送所需appKey appKey为在魅族平台注册所得key

Implementation

void setMzPushAppKey({required String appKey}) {
  _channel.invokeMethod('setMzPushAppKey', {'appKey': appKey});
}