File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import '../watcher.dart';
8
8
import 'custom_watcher_factory.dart' ;
9
9
import 'directory_watcher/linux.dart' ;
10
10
import 'directory_watcher/mac_os.dart' ;
11
- import 'directory_watcher/polling.dart' ;
12
11
import 'directory_watcher/windows.dart' ;
13
12
14
13
/// Watches the contents of a directory and emits [WatchEvent] s when something
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import 'dart:io';
7
7
import '../watcher.dart' ;
8
8
import 'custom_watcher_factory.dart' ;
9
9
import 'file_watcher/native.dart' ;
10
- import 'file_watcher/polling.dart' ;
11
10
12
11
/// Watches a file and emits [WatchEvent] s when the file has changed.
13
12
///
Original file line number Diff line number Diff line change 5
5
import 'dart:async' ;
6
6
7
7
import '../watcher.dart' ;
8
- import 'watch_event.dart' ;
9
8
10
9
/// A wrapper for [ManuallyClosedWatcher] that encapsulates support for closing
11
10
/// the watcher when it has no subscribers and re-opening it when it's
You can’t perform that action at this time.
0 commit comments