enableMiPush method
~english Enable Mi Push on Mi devices.
Param appId
The app ID for Mi Push.
Param appKey
The app key for Mi Push.
~end
~chinese 开启小米推送。
Param appId
小米推送的 App ID。
Param appKey
小米推送的 app key。
~end
Implementation
void enableMiPush(String appId, String appKey) {
_pushConfig.enableMiPush = true;
_pushConfig.miAppId = appId;
_pushConfig.miAppKey = appKey;
}