frpEventStream property

Stream<String?>? frpEventStream

Returns Stream of events of the player. This includes

  • playback_status
  • icy_meta details changes
  • volume changes

Implementation

Stream<String?>? get frpEventStream {
  return _eventStream;
}