getSignature static method
Extracts the signature from a signed datagram.
signedDatagram The signed datagram containing the signature.
Returns a Uint8List containing the signature data.
Implementation
static Uint8List getSignature(Uint8List signedDatagram) =>
signedDatagram.sublist(signedDatagram.length - signatureLength);