VideoLifecycleListener typedef

VideoLifecycleListener = void Function(VideoLifecycleEvent event, {bool? isMuted})

Implementation

typedef void VideoLifecycleListener(VideoLifecycleEvent event, {bool? isMuted});