loadStyleJson abstract method

Future<void> loadStyleJson(
  1. String styleJson
)

Loads the style from a JSON string.

Implementation

Future<void> loadStyleJson(String styleJson);