dispose method
Implementation
@mustCallSuper
void dispose() async {
_sensorsChanelStreamWrapper.dispose();
await _api.closeScanner(_guid);
}
@mustCallSuper
void dispose() async {
_sensorsChanelStreamWrapper.dispose();
await _api.closeScanner(_guid);
}