stop method
Implementation
void stop() {
unawaited(_disposeControllers());
unawaited(WakelockPlus.disable());
if (!ref.mounted) return;
state = GlobalPlayerState(
autoplayNext: state.autoplayNext,
showVideoDebugInfo: state.showVideoDebugInfo,
useDoubleTapSeek: state.useDoubleTapSeek,
enableBackgroundPlayback: state.enableBackgroundPlayback,
enableNativePip: state.enableNativePip,
);
}