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