addStyleImportFromJSON abstract method
Adds a new import to the current style from a JSON string.
Implementation
Future<void> addStyleImportFromJSON(
String importId,
String json, {
Map<String, Object>? config,
ImportPosition? importPosition,
});