Dart
dart:io
IOOverrides
current property
current
IOOverrides class
Constructors
IOOverrides
Properties
hashCode
runtimeType
Methods
createDirectory
createFile
createLink
fseGetType
fseGetTypeSync
fseIdentical
fseIdenticalSync
fsWatch
fsWatchIsSupported
getCurrentDirectory
getSystemTempDirectory
setCurrentDirectory
socketConnect
socketStartConnect
stat
statSync
noSuchMethod
toString
Operators
operator ==
Static properties
current
global
Static methods
runWithIOOverrides
runZoned
current property
IOOverrides
current
Implementation
static IOOverrides get current { return Zone.current[_ioOverridesToken] ?? _global; }