player function

AbstractPlayer player(
  1. BuildContext context
)

Returns the AbstractPlayer associated with the VideoControls present in the current BuildContext.

Implementation

AbstractPlayer player(BuildContext context) =>
    videoViewParametersNotifier(context).value.player;