exportAsBytes method
inherited
Implementation
Uint8List exportAsBytes() => ZipEncoder(
password: state.password,
).encodeBytes(export(), autoClose: true);
Uint8List exportAsBytes() => ZipEncoder(
password: state.password,
).encodeBytes(export(), autoClose: true);