onTimeout method
On timeout callback of the session manager
Implementation
void onTimeout(String identifier) => _managers.remove(identifier);
On timeout callback of the session manager
void onTimeout(String identifier) => _managers.remove(identifier);