useActivePolling property

bool useActivePolling
final

Determines whether change token callbacks will be raised via active polling.

When true, change callbacks will poll the file system for changes rather than passively waiting for file system events.

Defaults to false.

Implementation

final bool useActivePolling;