getRandomPosition method

Point getRandomPosition()

Implementation

Point getRandomPosition() {
  return this.context!.getRandomPosition();
}