onCompletion property
Stream<void>
get
onCompletion
A stream to get events when audio is finished playing.
Implementation
Stream<void> get onCompletion =>
PlatformStreams.instance.onCompletion.filter(playerKey);