UserActionCallback<T> typedef

UserActionCallback<T> = void Function(T session, int userId, [Map<String, String>? userInfo])

Implementation

typedef void UserActionCallback<T>(T session, int userId,
    [Map<String, String>? userInfo]);