isWatchSupported property
override
Tests if FileSystemEntity.watch is supported on the current system.
Implementation
@override
bool get isWatchSupported => delegate.isWatchSupported;
Tests if FileSystemEntity.watch is supported on the current system.
@override
bool get isWatchSupported => delegate.isWatchSupported;