stream property

Stream get stream

A stream that listens for events broadcasted from the native platform.

This stream emits events related to the ByteArk player, such as playback state changes, buffering, and error notifications.

Implementation

static Stream<dynamic> get stream {
  return _eventChannel.receiveBroadcastStream();
}