end method
void
end()
End the current session (next id() mints a fresh one).
Implementation
void end() => _storage.remove(_key);
End the current session (next id() mints a fresh one).
void end() => _storage.remove(_key);