saveSetups abstract method
Saves the list of user-created configuration setups.
Implementation
Future<void> saveSetups(List<SavedPlaygroundSetup> setups);
Saves the list of user-created configuration setups.
Future<void> saveSetups(List<SavedPlaygroundSetup> setups);