close method

void close([
  1. String? returnValue
])

Implementation

void close([String? returnValue]) =>
    js_util.callMethod(this, 'close', [returnValue]);