Future<bool> setSeeds(String seedType, Map value) async { return storage.setKV('${seedKey}_$seedType', jsonEncode(value)); }