loadWdkMetadata method
Loads the Windows Driver Kit (WDK) metadata into a MetadataIndex.
version
specifies the exact version to load. If omitted,
the latest available version (including pre-releases) is used.
Implementation
Future<MetadataIndex> loadWdkMetadata({String? version}) =>
_loadSingleMetadata(WindowsMetadataPackage.wdk, version: version);