onLogout property

Stream<User> onLogout

Fires req.user, which is usually the result of deserializer, whenever a user signs out of the application.

Implementation

Stream<User> get onLogout => _onLogout.stream;