onViewCreated property
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;
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.
final void Function()? onViewCreated;