SessionStateCallback<T> typedef

SessionStateCallback<T> = void Function(T session)

Implementation

typedef void SessionStateCallback<T>(T session);