encrypt static method

dynamic encrypt(
  1. String senha
)

Implementation

static encrypt(String senha) {
  return PWCrypto.stringToHex(senha);
}