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