manualMove method

void manualMove(
  1. Object object
)

Implementation

void manualMove(Object object) {
  _manualMoveSubject.add(object);
}