dispose method

  1. @mustCallSuper
void dispose()

Implementation

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