delete method

Future<bool> delete(
  1. String instrumentKey
)

Implementation

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