forceCloseScanner method

Future<Result<void>> forceCloseScanner()

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

Implementation

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