clearSelection method

void clearSelection()

Implementation

void clearSelection() {
  file = null;
  _fileInput?.value = '';
}