toBytes method

Uint8List toBytes()

Converts a secret key into a 64-byte array.

Implementation

Uint8List toBytes() => _inner.toBytes();