onLogin property

Stream<User> onLogin

Fires the result of deserializer whenever a user signs in to the application.

Implementation

Stream<User> get onLogin => _onLogin.stream;