closeUsbConnection method

Future<bool?> closeUsbConnection()

Implementation

Future<bool?> closeUsbConnection(){
  throw UnimplementedError('closeUsb() has not been implemented.');

}