parseResponse abstract method

VtjCommandResult<TResult> parseResponse(
  1. Uint8List response
)

Parse the response bytes from the device.

Implementation

VtjCommandResult<TResult> parseResponse(Uint8List response);