getAllWidgetIds method

List<String> getAllWidgetIds()

Lista todos los IDs de widgets registrados.

Implementation

List<String> getAllWidgetIds() => _widgets.keys.toList();