delete 方法

Future<bool> delete(
  1. String instrumentKey
)

实现

Future<bool> delete(String instrumentKey) =>
    promiseToFuture<bool>(JS("", "#.delete(#)", this, instrumentKey));