encrypting_aes_cbc property

  1. @Deprecated('Use encryption.aes.cbc instead.')
AlgorithmIdentifier<Algorithm> encrypting_aes_cbc

Implementation

@Deprecated('Use encryption.aes.cbc instead.')
// ignore: non_constant_identifier_names
AlgorithmIdentifier get encrypting_aes_cbc => encryption.aes.cbc;