onViewCreated property

(void Function()?) onViewCreated
final

Callback that is invoked when the view has been created and is ready to be used. Can be for instance used to load a source into the player.

Implementation

final void Function()? onViewCreated;