getString method

dynamic getString(
  1. String key
)

Implementation

dynamic getString(String key) {
  return gles.glGetString(gl, key);
}