onLongPressEndedCallback property

void Function(MeeduPlayerController controller)? onLongPressEndedCallback
final

Callback for mobile: Triggered when a long press ends, typically used for slowing down the video.

Implementation

final void Function(MeeduPlayerController controller)?
    onLongPressEndedCallback;