getMatrix method

List<Uint8List> getMatrix()

Implementation

List<Uint8List> getMatrix() {
  return getScaledMatrix(1, 1);
}