removeSubject method

bool removeSubject (
  1. AcmSubject subject
)

Removes the given AcmSubject. Returns true if succesful; otherwise, false.

Implementation

bool removeSubject(AcmSubject subject) => _subjects.remove(subject);