delete method

void delete()

to delete the channel for this route (to freeup memory)

Implementation

void delete() => _stmem.remove(route);