forceContextLoss method

void forceContextLoss()

Implementation

void forceContextLoss() {
  final extension = extensions.get('WEBGL_lose_context');
  if (extension) extension.loseContext();
}