isPlayerListeningComprehensionMode property
Get definition focus mode for player.
Implementation
bool get isPlayerListeningComprehensionMode {
return _preferences.get('player_listening_comprehension_mode',
defaultValue: false);
}
Get definition focus mode for player.
bool get isPlayerListeningComprehensionMode {
return _preferences.get('player_listening_comprehension_mode',
defaultValue: false);
}