Future<void> setLastUsedMode(String mode) async { final p = await _prefs(); await p.setString(_lastUsedModeKey, mode); }