forceCloseScanner method

Future<Result<void>> forceCloseScanner()

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

Implementation

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