beforeExtractNativeLibraries abstract method

Future<bool> beforeExtractNativeLibraries(
  1. String versionId
)

Hook called before extracting native libraries Returns true if the extraction should proceed, false to skip

Implementation

Future<bool> beforeExtractNativeLibraries(String versionId);