get method

Future get (String id)

Implementation

Future get(String id) => promiseToFuture(JS("", "#.get(#)", this, id));