getItem method

String getItem(
  1. int index
)

Implementation

String getItem(int index) => js_util.callMethod(this, 'getItem', [index]);