clearSelection method

void clearSelection()

清除选择

Implementation

void clearSelection() {
  _selectedLayerId = null;
}