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)
  4. void end(T data, VoidAsyncHandler handler)
    interface WriteStream(T)
    final
    void
    end
    (,
    VoidAsyncHandler handler
    )

Meta