updateStyleImportWithJSON abstract method

Future<void> updateStyleImportWithJSON(
  1. String importId,
  2. String json, {
  3. Map<String, Object>? config,
})

Updates an existing import from a JSON string.

Implementation

Future<void> updateStyleImportWithJSON(
  String importId,
  String json, {
  Map<String, Object>? config,
});