onTimeout method

void onTimeout(
  1. String identifier
)

On timeout callback of the session manager

Implementation

void onTimeout(String identifier) => _managers.remove(identifier);