Notify all subscriptions on addCloses
void notifyClose(Close err) { for (var item in _onCloses!) { item(err); } }