ids property

Iterable<String> get ids

Gets all registered extension IDs.

Implementation

Iterable<String> get ids => _extensions.keys;