SqlCipherException constructor

SqlCipherException(
  1. String message, {
  2. Object? cause,
})

Implementation

SqlCipherException(this.message, {this.cause});