enableMeiZuPush method
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;
}