atSyncUIListener property

Stream<AtSyncUIStatus> atSyncUIListener

atSyncUIListener can be used to listen to sync status changes

Implementation

Stream<AtSyncUIStatus> get atSyncUIListener =>
    _atSyncUIListenerController.stream as Stream<AtSyncUIStatus>;