acknowledgedNotifications property

McpSubscriptionFilter get acknowledgedNotifications

Implementation

McpSubscriptionFilter get acknowledgedNotifications {
  final value = _acknowledgedNotifications;
  if (value == null) {
    throw StateError('MCP subscription has not been acknowledged');
  }
  return value;
}