menu
stash_app_flutter
features/scenes/presentation/providers/playback_queue_provider.dart
PlaybackQueue
fillFromList method
fillFromList
dark_mode
light_mode
fillFromList
method
void
fillFromList
(
List
<
Scene
>
scenes
)
Implementation
void fillFromList(List<Scene> scenes) { state = state.copyWith(manualQueue: scenes); }
stash_app_flutter
playback_queue_provider
PlaybackQueue
fillFromList method
PlaybackQueue class