getAllLayouts method
Get all layout configurations
Implementation
Future<List<LayoutConfig>> getAllLayouts() async {
await _loadConfigsFromStorage();
return _configCache.values.toList();
}
Get all layout configurations
Future<List<LayoutConfig>> getAllLayouts() async {
await _loadConfigsFromStorage();
return _configCache.values.toList();
}