getStyleImportSchema method

Future<Object> getStyleImportSchema(
  1. String importId
)

Returns the schema of a style import.

Implementation

Future<Object> getStyleImportSchema(String importId) =>
    _impl.getStyleImportSchema(importId);