RENDERER_PRIORITY_WAIVED constant
RendererPriority
const RENDERER_PRIORITY_WAIVED
The renderer associated with this WebView is bound with Android Context#BIND_WAIVE_PRIORITY
.
At this priority level WebView renderers will be strong targets for out of memory killing.
Implementation
static const RENDERER_PRIORITY_WAIVED = RendererPriority._internal(0, 0);