menu
cloud_syncable package
documentation
bloc/cloud_syncable_mixin.dart
CloudSyncableMixin<T extends CloudSyncable>
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
CloudSyncableState
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
cloud_syncable package
documentation
bloc/cloud_syncable_mixin
CloudSyncableMixin<T extends CloudSyncable>
stream property
CloudSyncableMixin mixin