delete method

Future<bool> delete(
  1. String instrumentKey
)

Implementation

Future<bool> delete(String instrumentKey) =>
    Future<bool>.value(_store.remove(instrumentKey) != null);