OnVideoComplete typedef
OnVideoComplete =
void Function()
Callback function for animation completion events.
Called when an animation finishes playing completely.
Implementation
typedef OnVideoComplete = void Function();
Callback function for animation completion events.
Called when an animation finishes playing completely.
typedef OnVideoComplete = void Function();