fsWatchIsSupported method
Returns true
when FileSystemEntity.watch is supported.
When this override is installed, this function overrides the behavior of
FileSystemEntity.isWatchSupported
.
Implementation
bool fsWatchIsSupported() => _FileSystemWatcher.isSupported;