getImageBytes method

List<int> getImageBytes(
  1. List<int> bytes
)

Implementation

List<int> getImageBytes(List<int> bytes) {
  return bytes;
}