saveToFile method
Saves this bundle to a file in ZIP archive format.
Creates parent directories if they don't exist.
Implementation
void saveToFile(String path) {
writeFileAsBytesSync(path, toZip());
}
Saves this bundle to a file in ZIP archive format.
Creates parent directories if they don't exist.
void saveToFile(String path) {
writeFileAsBytesSync(path, toZip());
}