是否是鸿蒙纯净模式
@override Future<bool> isHarmonyPureMode() async { bool? isPure = await methodChannel.invokeMethod<bool>('isHarmonyPureMode'); return isPure ?? false; }