beforeDownloadLibraries abstract method

Future<bool> beforeDownloadLibraries(
  1. String versionId
)

Hook called before downloading libraries Returns true if the download should proceed, false to skip

Implementation

Future<bool> beforeDownloadLibraries(String versionId);