encrypt method

String? encrypt(
  1. String IVKey
)

Implementation

String? encrypt(String IVKey) => Crypt.encryptMap(this, IVKey);