backup method

String backup(
  1. String text
)

Implementation

String backup(String text) {
  return process(text, backupDict);
}