exportAsBytes method

Uint8List exportAsBytes()
inherited

Implementation

Uint8List exportAsBytes() =>
    Uint8List.fromList(ZipEncoder(password: state.password).encode(export()));