isHarmonyOS method

Future<bool> isHarmonyOS()

是否是鸿蒙系统

Implementation

Future<bool> isHarmonyOS() {
  throw UnimplementedError('isHarmonyOS() has not been implemented.');
}