openSelection method

dynamic openSelection()

Implementation

openSelection() async {
  isShare = !isShare;
  CustomFileSystemEntity().clearValues();
  notifyListeners();
}