usePollingFileWatcher property

bool usePollingFileWatcher
final

Determines whether to use polling for file change detection.

When true, uses polling instead of file system events. This can be useful in scenarios where file system events are unreliable, such as network file systems or containers.

Defaults to false.

Implementation

final bool usePollingFileWatcher;