reset method

List<int> reset()

Implementation

List<int> reset() {
  List<int> bytes = [];
  bytes += cInit.codeUnits;
  return bytes;
}