enableHonorPush method
~english Enables Honor Push on Honor devices. ~end
~chinese 开启荣耀推送。 ~end
Implementation
@Deprecated('Use [EMPushManager.bindDeviceToken] instead.')
/// ~english
/// Enables Honor Push on Honor devices.
/// ~end
///
/// ~chinese
/// 开启荣耀推送。
/// ~end
void enableHonorPush() {
_pushConfig.enableHonorPush = true;
}