count property

int get count

Gets the number of registered handlers.

Thread-safe: This operation is synchronized.

Implementation

int get count => synchronized(() => _handlers.length);