bool fsWatchIsSupported()

Returns true when FileSystemEntity.watch is supported.

When this override is installed, this function overrides the behavior of FileSystemEntity.isWatchSupported.

Source

bool fsWatchIsSupported() => _FileSystemWatcher.isSupported;