convertIphonePngToRgb function
Implementation
void convertIphonePngToRgb({bool flagTrueIfShouldConvert = true}) =>
c.stbi_convert_iphone_png_to_rgb(flagTrueIfShouldConvert ? 1 : 0);
void convertIphonePngToRgb({bool flagTrueIfShouldConvert = true}) =>
c.stbi_convert_iphone_png_to_rgb(flagTrueIfShouldConvert ? 1 : 0);