addRenderEffect method
Applies the provided Decorator to the page.
Render effects should not be confused with regular Effects. Examples of the render effects include: whole-page blur, convert into grayscale, apply color tint, etc.
Implementation
@override
@internal
void addRenderEffect(Decorator effect) => UnimplementedError(
'WorldRoute does not support render effects',
);