save method

String save()

Implementation

String save() {
  return DartApi.native.vault.save(_ffi).extract((res) => res.asString);
}