destroy method - HttpSession class - dart:io library (original) (raw)
destroy abstract method
void destroy()
Destroys the session.
This terminates the session and any further connections with this id will be given a new id and session.
Implementation
void destroy();