landscape method

void landscape()

Implementation

void landscape(){
  if(!isClosed) {
    emit(Orientation.landscape);
  }
}