methodNetworkSink.endend(error?: Error): number | Promise<number>;Finish the upload. This also flushes the internal buffer.@param errorOptional error to associate with the end operation@returnsNumber of bytes written or a Promise resolving to the number of bytesReferenced typesinterface Errorcause?: unknownThe cause of the error.message: stringname: stringstack?: string