onWebGlContextRestored property

ElementStream onWebGlContextRestored

Stream of webglcontextrestored events handled by this CanvasElement.

Implementation

ElementStream<gl.ContextEvent> get onWebGlContextRestored =>
    webGlContextRestoredEvent.forElement(this);