fsWatchIsSupported 方法
当 FileSystemEntity.watch 被支持时返回 true
。
当此覆盖安装后,此函数将覆盖 FileSystemEntity.isWatchSupported
的行为。
实现
bool fsWatchIsSupported() => _FileSystemWatcher.isSupported;
当 FileSystemEntity.watch 被支持时返回 true
。
当此覆盖安装后,此函数将覆盖 FileSystemEntity.isWatchSupported
的行为。
bool fsWatchIsSupported() => _FileSystemWatcher.isSupported;