mc_launcher
client
VanillaClient
onStdErr property
onStdErr
mc_launcher
client
VanillaClient
onStdErr property
VanillaClient class
Properties
auth
handler
maxRam
minRam
onStdErr
onStdOut
process
rootDir
running
version
hashCode
runtimeType
Methods
kill
start
noSuchMethod
toString
Operators
operator ==
Static methods
createClient
onStdErr
property
List
<
void Function
(
String
)
>
onStdErr
read / write
Implementation
List<void Function(String)> onStdErr = [ (data) { stderr.write(data); } ]