clear method

void clear()

Implementation

void clear() {
  _renderContext.setTransform(_drawMatrix);
  _renderContext.rawContext
      .clearRect(0, 0, bitmapData.width, bitmapData.height);
}