notificationSubscription property

  1. @visibleForTesting
StreamSubscription<AtNotification> notificationSubscription
getter/setter pairinherited

A subscription that listens to notifications.

Implementation

@visibleForTesting
late StreamSubscription<AtNotification> notificationSubscription;