setShowTextRectangles method

Future<bool?> setShowTextRectangles(
  1. bool show
)

Implementation

Future<bool?> setShowTextRectangles(bool show) {
  throw UnimplementedError('setShowTextRectangles not been implemented.');
}