SymmetricKeyImpl constructor

SymmetricKeyImpl({
  1. required Uint8List keyValue,
})

Implementation

SymmetricKeyImpl({required this.keyValue});