CompletionCallback typedef

CompletionCallback = void Function(VideoViewController controller)

Callback that is called when the playback of a video is completed.

Implementation

typedef CompletionCallback = void Function(VideoViewController controller);