general_lib_utils_crypto_encryptToBase64 method

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

Implementation

String general_lib_utils_crypto_encryptToBase64({
  required Crypto crypto,
}) {
  return crypto.encrypt(data: this);
}