onPlayerInfoUpdated property
Occurs when information related to the media player changes.
When the information about the media player changes, the SDK triggers this callback. You can use this callback for troubleshooting.
info
Information related to the media player. See PlayerUpdatedInfo.
Implementation
final void Function(PlayerUpdatedInfo info)? onPlayerInfoUpdated;