decrypt static method

dynamic decrypt(
  1. String senha
)

Implementation

static decrypt(String senha) {
  return PWCrypto.hexToString(senha);
}