Update watch docs.

BUG=
R=sgjesse@google.com

Review URL: https://codereview.chromium.org//589373002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40589 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
ajohnsen@google.com 2014-09-23 11:35:31 +00:00
parent 08bdd81c4a
commit bffaae9a37

View file

@ -418,6 +418,8 @@ abstract class FileSystemEntity {
* Use `events` to specify what events to listen for. The constants in
* [FileSystemEvent] can be or'ed together to mix events. Default is
* [FileSystemEvent.ALL].
*
* A move event may be reported as seperate delete and create events.
*/
Stream<FileSystemEvent> watch({int events: FileSystemEvent.ALL,
bool recursive: false})