Flutter
file
FileSystem
isWatchSupported property
isWatchSupported
FileSystem class
Constructors
FileSystem
Properties
currentDirectory
isWatchSupported
path
systemTempDirectory
hashCode
runtimeType
Methods
directory
file
getPath
identical
identicalSync
isDirectory
isDirectorySync
isFile
isFileSync
isLink
isLinkSync
link
stat
statSync
type
typeSync
noSuchMethod
toString
Operators
operator ==
isWatchSupported property
bool
isWatchSupported
Tests if
FileSystemEntity.watch
is supported on the current system.
Implementation
bool get isWatchSupported;