getSpatialMapWithHints method

Future<BarcodeSpatialGrid?> getSpatialMapWithHints(
  1. int expectedNumberOfRows,
  2. int expectedNumberOfColumns
)

Implementation

Future<BarcodeSpatialGrid?> getSpatialMapWithHints(int expectedNumberOfRows, int expectedNumberOfColumns) {
  return _controller.getSpatialMapWithHints(_viewId, expectedNumberOfRows, expectedNumberOfColumns);
}