getAllWidgetIds method

List<String> getAllWidgetIds()

Lists the IDs of all registered widgets.

Implementation

List<String> getAllWidgetIds() => _registry.getAllWidgetIds();