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