handleObjNotificationForTest function
Routes n through coll's value-event branch directly — bypasses
the regex dispatcher; tests exercise the value-handler in isolation.
Implementation
@visibleForTesting
Future<void> handleObjNotificationForTest(
AtCollection<dynamic> coll,
AtNotification n,
) =>
coll._handleObjNotificationImpl(n);