stylePack method

Future<StylePack> stylePack(
  1. String styleURI
)

Returns a style package by its id.

@param styleURI: The URI of the style package's associated style

Implementation

Future<StylePack> stylePack(String styleURI) async {
  return _api.stylePack(styleURI);
}