enableMiPush method
开启小米推送。
Param appId
小米推送的 App ID。
Param appKey
小米推送的 app key。
Implementation
void enableMiPush(String appId, String appKey) {
_pushConfig.enableMiPush = true;
_pushConfig.miAppId = appId;
_pushConfig.miAppKey = appKey;
}