stylePack method

Future<StylePack> stylePack(
  1. String styleURI
)

Returns a style package by its style URI.

styleURI: The URI of the style package's associated style.

Implementation

Future<StylePack> stylePack(String styleURI) => _impl.stylePack(styleURI);