Future<Map<String, dynamic>> getAllSettingsData() async { await _ensureInitialized(); return Map<String, dynamic>.from(_settingsBox!.toMap()); }