USBIsolateResponse constructor

USBIsolateResponse(
  1. USBDeviceStatus status,
  2. Uint8List? buffer,
  3. String? errorMsg
)

Implementation

USBIsolateResponse(this.status, this.buffer, this.errorMsg);