parseResponse method

Future<String?> parseResponse(
  1. List<int> bytes
)

Implementation

Future<String?> parseResponse(List<int> bytes) {
  throw UnimplementedError('parseResponse() has not been implemented.');
}