获取当前运行平台的版本信息。
平台实现类需要覆写此方法。
Future<String?> getPlatformVersion() { throw UnimplementedError('platformVersion() has not been implemented.'); }