forceCloseCroppingScreen method

Future<Result<void>> forceCloseCroppingScreen()

Forces the Ready-To-Use UI Cropping screen to close if it is currently open.

Implementation

Future<Result<void>> forceCloseCroppingScreen() {
  return ScanbotDocumentImpl.forceCloseCroppingScreen();
}