publishDoneFuture property

Future<BroadcastState> get publishDoneFuture

completes when state update controller closes

Implementation

Future<BroadcastState> get publishDoneFuture => _stateUpdatesController.last;