menu
rownd_flutter_plugin package
documentation
rownd_cubit.dart
RowndCubit
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
AuthState
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
rownd_flutter_plugin package
documentation
rownd_cubit
RowndCubit
stream property
RowndCubit class