enableMeiZuPush method

void enableMeiZuPush(
  1. String appId,
  2. String appKey
)

Enable MeiZu Push on MeiZu devices. Param appId The app ID for MeiZu Push. Param appKey The app key for MeiZu Push.

Implementation

void enableMeiZuPush(String appId, String appKey) {
  _pushConfig.mzAppId = appId;
  _pushConfig.mzAppKey = appKey;
}