close method - EventSink class - dart:async library (original) (raw)
close abstract method
void close()
override
Closes the sink.
Calling this method more than once is allowed, but does nothing.
Neither add nor addError must be called after this method.
Implementation
void close();