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