ViewCreatedCallback typedef

ViewCreatedCallback = void Function(VideoViewController controller)

Callback that is called when the view is created and ready.

Implementation

typedef ViewCreatedCallback = void Function(VideoViewController controller);