WriteStream.end

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Future!Void end()
  2. void end(VoidAsyncHandler var1)
  3. Future!Void end(T data)
    interface WriteStream(T)
    final
    Future!Void
    end
    ()
  4. void end(T data, VoidAsyncHandler handler)

Meta