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