save method

Future<Uint8List> save()

Implementation

Future<Uint8List> save() async {
  return kdbxFormat.save(this, _saveToBytes);
}