updateStyleImportWithJSON method
Updates an existing import from a JSON string.
Implementation
Future<void> updateStyleImportWithJSON(
String importId,
String json, {
Map<String, Object>? config,
}) => _impl.updateStyleImportWithJSON(importId, json, config: config);