getString method

dynamic getString(
  1. String key
)

Implementation

getString(String key) {
  return gl.getParameter(key);
  ;
}