delete method Null safety
- String instrumentKey
Implementation
Future<bool> delete(String instrumentKey) =>
promiseToFuture<bool>(JS("", "#.delete(#)", this, instrumentKey));
Future<bool> delete(String instrumentKey) =>
promiseToFuture<bool>(JS("", "#.delete(#)", this, instrumentKey));