Cipher constructor

Cipher({
  1. String? secretKey,
})

Implementation

Cipher({this.secretKey});