onStateChanged property

Stream<({PlaybackState newValue, PlaybackState oldValue})> get onStateChanged

Implementation

Stream<({PlaybackState oldValue, PlaybackState newValue})>
get onStateChanged => _stateCb.stream;