general_lib_utils_crypto_decryptFromBase64 method

String general_lib_utils_crypto_decryptFromBase64({
  1. required Crypto crypto,
})

Implementation

String general_lib_utils_crypto_decryptFromBase64({
  required Crypto crypto,
}) {
  return crypto.decrypt(data_base64: this);
}