updatePixels method

Future<void> updatePixels()

Implementation

Future<void> updatePixels() async {
  await _paintingContext.updatePixels();
}