read method

Implementation

Future<Iterable<ClipboardItem>> read() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'read', []));