encrypt method

String? encrypt(
  1. String text
)

Implementation

String? encrypt(String text) {
  return _executer(text, true);
}