forceCloseScanner method

Future<Result<void>> forceCloseScanner()

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

Implementation

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