removeOwner method

bool removeOwner (
  1. int id
)

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

Implementation

bool removeOwner(int id) => owners.remove(id);