detached abstract method
Provides crypto_sign_detached.
See https://libsodium.gitbook.io/doc/public-key_cryptography/public-key_signatures#detached-mode
Implementation
Uint8List detached({
required Uint8List message,
required SecureKey secretKey,
});