convertToGrayscale method

void convertToGrayscale()

Implementation

void convertToGrayscale() => image = grayscale(image);