fsWatchIsSupported 方法

bool fsWatchIsSupported()

FileSystemEntity.watch 被支持时返回 true

当此覆盖安装后,此函数将覆盖 FileSystemEntity.isWatchSupported 的行为。

实现

bool fsWatchIsSupported() => _FileSystemWatcher.isSupported;