decrypt method

Map? decrypt(
  1. String IVKey
)

Implementation

Map? decrypt(String IVKey) => Crypt.decryptTextToMap(this, IVKey);