stopIfForcedMethodNotFound method
void
stopIfForcedMethodNotFound()
Implementation
void stopIfForcedMethodNotFound() {
if (forceMethod) {
Logger.error('No method found for forced installation using $preferredMethod.', exitCode: 1);
}
}