We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499b10a commit f72830fCopy full SHA for f72830f
lib/controller/file_manager_controller.dart
@@ -46,8 +46,7 @@ class FileManagerController extends ChangeNotifier {
46
_path = entity.path;
47
notifyListeners();
48
} else {
49
- throw(
50
- "FileSystemEntity entity is File. Please provide a Directory(folder) to be opened not File");
+ throw ("FileSystemEntity entity is File. Please provide a Directory(folder) to be opened not File");
51
}
52
53
0 commit comments