subscription property
getter/setter pair
The subscription that will be notified when a new serial packet arrives.
Implementation
StreamSubscription<List<int>>? subscription;
The subscription that will be notified when a new serial packet arrives.
StreamSubscription<List<int>>? subscription;