flutterDeckStateStream property
Returns the state as a stream of FlutterDeckState objects.
This stream is used by flutter_deck framework to keep the presentation and the presenter view in sync.
Implementation
@override
Stream<FlutterDeckState> get flutterDeckStateStream => const Stream.empty();