pixelSyncIterator method

Future<bool> pixelSyncIterator()

Syncs the pixel iterator.

{@template pixel_iterator.runs_in_different_isolate}

Implementation

Future<bool> pixelSyncIterator() async =>
    await _magickCompute(_pixelSyncIterator, _iteratorPtr.address);