setNarrationSyncEnabled method

  1. @override
Future<void> setNarrationSyncEnabled(
  1. bool enabled
)
override

Toggles narration↔visual sync for the current publication.

true = follow narration / re-sync now (clears any manual override and immediately re-pans / re-positions to the last narration region). false = manual mode (the reader no longer auto-follows narration cues).

For comic (DiViNa) publications this controls audio-driven panel auto-pan; future implementations will also cover Media Overlay. No-op for publication types that have no narration track.

Implementation

@override
Future<void> setNarrationSyncEnabled(bool enabled) => methodChannel.invokeMethod('setNarrationSyncEnabled', enabled);