fsWatchIsSupported method

  1. @override
bool fsWatchIsSupported()
override

Returns true when FileSystemEntity.watch is supported.

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

Implementation

@override
bool fsWatchIsSupported() => iOOverrides.fsWatchIsSupported();