Closes the active printer connection.
Returns true on success. Throws a String description on error.
true
Future<bool?> disconnectPrinter() { return _repository.disconnectPrinter(); }