removeController method

bool removeController (
  1. int id
)

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

Implementation

bool removeController(int id) => controllers.remove(id);