Get file count message
@override String getFileCountMessage(int count) { if (count == 0) return noFileSelected; if (count == 1) return '1 $fileSelected'; return '$count $filesSelected'; }