onReceiveData method

Stream<List<int>> onReceiveData()

Implementation

Stream<List<int>>onReceiveData(){
  throw UnimplementedError('closeUsb() has not been implemented.');

}