@override Future<void> toggleLog({required bool value}) async { logEnabled = value; await _toggleLog(logEnabled); }