forceCloseScanner method

Future<Result<void>> forceCloseScanner()

Forces the Ready-To-Use UI Text Pattern scanner to close if it is currently open.

Implementation

Future<Result<void>> forceCloseScanner() {
  return ScanbotTextPatternImpl.forceCloseScanner();
}