delete method Null safety

Future<bool> delete (
  1. String instrumentKey
)

Implementation

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