toUint8List64Reversed method

Uint8List toUint8List64Reversed()

Same as toUint8List64, but with bytes in reversed order.

Implementation

Uint8List toUint8List64Reversed() => toUint8List64().reverseBytes();