SecretKey constructor

SecretKey(
  1. List<int> bytes, {
  2. String? debugLabel,
})

Constructs an instance of SecretKeyData.

Implementation

factory SecretKey(List<int> bytes, {String? debugLabel}) = SecretKeyData;