removeExecutor method

bool removeExecutor (
  1. int id
)

Removes the given AcmSubject.id from controllers list. Returns true if success, false otherwise.

Implementation

bool removeExecutor(int id) => executors.remove(id);