toUint8List64Reversed method
Same as toUint8List64, but with bytes in reversed order.
Implementation
Uint8List toUint8List64Reversed() => toUint8List64().reverseBytes();
Same as toUint8List64, but with bytes in reversed order.
Uint8List toUint8List64Reversed() => toUint8List64().reverseBytes();