Get current status of the service
Map<String, dynamic> getStatus() { return { 'isInitialized': _isInitialized, 'hasActiveTimer': _refreshTimer?.isActive ?? false, 'isWebPlatform': kIsWeb, }; }