setShowTextRectangles method

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

Implementation

Future<bool?> setShowTextRectangles(bool show) {
  return CameraKitPlusPlatform.instance.setShowTextRectangles(show);
}