getApksForFile
Returns a lazy sequence of APK splits contained within zipped file (such as APKS, APKM, XAPK, ZIP). This sequence supports cancellation when used with SplitPackage API and ApkSplits transformations.
Attention: iteration of this sequence is blocking due to I/O operations.
The returned sequence is constrained to be iterated only once.