flutterDeckStateStream property

  1. @override
Stream<FlutterDeckState> get flutterDeckStateStream

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();