Flutter
dart:convert
ClosableStringSink
close abstract method
close
ClosableStringSink class
Constructors
fromStringSink
Properties
hashCode
runtimeType
Methods
close
noSuchMethod
toString
write
writeAll
writeCharCode
writeln
Operators
operator ==
close method
void
close
(
)
Closes
this
and flushes any outstanding data.
Implementation
void close();