toggleTranscriptPlayerMode method
Toggle transcript player mode.
Implementation
void toggleTranscriptPlayerMode() async {
await _preferences.put(
'is_transcript_player_mode',
!isTranscriptPlayerMode,
);
}
Toggle transcript player mode.
void toggleTranscriptPlayerMode() async {
await _preferences.put(
'is_transcript_player_mode',
!isTranscriptPlayerMode,
);
}