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