count method

int count(
  1. Pluggable pluggable
)

Implementation

int count(Pluggable pluggable) =>
    _pluggableMessageData[pluggable.name]?.count ?? 0;