loadWinrtMetadata method
Loads the Windows Runtime (WinRT) metadata into a MetadataIndex.
version
specifies the exact version to load. If omitted,
the latest available stable version is used.
Implementation
Future<MetadataIndex> loadWinrtMetadata({String? version}) =>
_loadSingleMetadata(WindowsMetadataPackage.winrt, version: version);