get method

Future get(
  1. String instrumentKey
)

Implementation

Future<dynamic> get(String instrumentKey) =>
    js_util.promiseToFuture(js_util.callMethod(this, 'get', [instrumentKey]));