secretKey method

SchnorrkelSecretKey secretKey()

secret key

Implementation

SchnorrkelSecretKey secretKey() {
  return SchnorrkelSecretKey.fromBytes(List<int>.from(_secretKey));
}