keys property

Iterable<String> get keys

Get all keys with registered callbacks

Implementation

Iterable<String> get keys => _handlers.keys;