eglWaitClient method

void eglWaitClient()

Implementation

void eglWaitClient() {
  loadEGL();
  _libEGL!.eglWaitClient();
}