eglWaitClient method

void eglWaitClient()

Implementation

void eglWaitClient() {
  loadEGL(useAngle: _useAngle);
  egl.eglWaitClient();
}