Future<String> getSystemVersion() async { if (PlatformUtils.isOhos) { return ''; } return await _channel.invokeMethod( PMConstants.mSystemVersion, ); }