fsWatchIsSupported 方法

bool fsWatchIsSupported()

当支持 FileSystemEntity.watch 时返回 true

当此覆盖项安装时,此函数覆盖了 FileSystemEntity.isWatchSupported 的行为。

实现

bool fsWatchIsSupported() => _FileSystemWatcher.isSupported;