notifyEnabled property
Whether notifications are currently enabled per characteristic (true on first listen, false again after the last listener cancels), so tests can assert the enable-on-first / disable-on-last contract.
Implementation
final Map<Uuid, bool> notifyEnabled = {};