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