getPlatformVersion static method

Future<String?> getPlatformVersion()

获取平台版本

返回当前平台的版本信息

Implementation

static Future<String?> getPlatformVersion() {
  return _platform.getPlatformVersion();
}