readJpg function

Image? readJpg(
  1. List<int> bytes
)

Renamed to decodeJpg, left for backward compatibility.

Implementation

Image? readJpg(List<int> bytes) => decodeJpg(bytes);