popAll method

Uint8List popAll()

Implementation

Uint8List popAll() {
  return data.takeBytes();
}