clear method

void clear()

Empty the content

Implementation

void clear() {
  cols = 0;
  _matrix = Uint8List(0);
}