Remove the executor to the list of executors.
executor
void removeExecutor(Executor<dynamic> executor) { _group.remove(executor.measurements); _executors.remove(executor); }