exportAsBytes method

Uint8List exportAsBytes()
inherited

Implementation

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