subscription property

StreamSubscription<List<int>>? subscription
getter/setter pair

The subscription that will be notified when a new serial packet arrives.

Implementation

StreamSubscription<List<int>>? subscription;