removeThread method

void removeThread(
  1. String tag
)

移除线程

Implementation

void removeThread(String tag) => _threads.remove(tag)?.cancel();