Is the given file a valid JPEG image?
@override bool isValidFile(List<int> data) => JpegData().validate(data);