getContext method

dynamic getContext(
  1. String contextId, [
  2. dynamic options
])

Implementation

dynamic getContext(String contextId, [dynamic options]) =>
    js_util.callMethod(this, 'getContext', [contextId, options]);