player function
Returns the AbstractPlayer associated with the VideoControls present in the current BuildContext.
Implementation
AbstractPlayer player(BuildContext context) =>
videoViewParametersNotifier(context).value.player;
Returns the AbstractPlayer associated with the VideoControls present in the current BuildContext.
AbstractPlayer player(BuildContext context) =>
videoViewParametersNotifier(context).value.player;