saveTo<T> method

Future<T> saveTo<T>(
  1. FileSaveCallback<T> saveBytes
)

Implementation

Future<T> saveTo<T>(FileSaveCallback<T> saveBytes) {
  return kdbxFormat.save(this, saveBytes);
}