toReverse method

Uint8List toReverse()

Implementation

Uint8List toReverse() {
  return Uint8List.fromList(reversed.toList());
}