Returns a style package by its style URI.
styleURI: The URI of the style package's associated style.
styleURI
Future<StylePack> stylePack(String styleURI) => _impl.stylePack(styleURI);