cancel static method

void cancel(
  1. String key
)

Implementation

static void cancel(String key) {
  _actions[key]?.cancel();
  _actions.remove(key);
}