beforeFetchVersionManifest method
Hook called before fetching the version manifest.
versionId
- Minecraft version ID
Implementation
@override
Future<void> beforeFetchVersionManifest(String versionId) async {
// Default implementation does nothing
}