close method - Sink class - dart:core library (original) (raw)
close abstract method
void close()
Closes the sink.
The add method must not be called after this method.
Calling this method more than once is allowed, but does nothing.
Implementation
void close();