| Index: sdk/lib/io/file_system_entity.dart
|
| diff --git a/sdk/lib/io/file_system_entity.dart b/sdk/lib/io/file_system_entity.dart
|
| index f39eafd29b5848352b8b9b9cded780be7a59600d..cda959fe349ef611ae200f049b45bab786cddd6f 100644
|
| --- a/sdk/lib/io/file_system_entity.dart
|
| +++ b/sdk/lib/io/file_system_entity.dart
|
| @@ -838,4 +838,5 @@ class _FileSystemWatcher {
|
| external static Stream<FileSystemEvent> _watch(
|
| String path, int events, bool recursive);
|
| external static bool get isSupported;
|
| + external Stream get stream;
|
| }
|
|
|