flutter_subtitle_wrapper icon indicating copy to clipboard operation
flutter_subtitle_wrapper copied to clipboard

How to disable subtitle

Open AhmadFalahian opened this issue 2 years ago • 0 comments

How to disable subtitle playback? I did this with the detach() function, but the playback did not stop

subtitleController.detach();

AhmadFalahian avatar May 25 '22 12:05 AhmadFalahian