Returns a style package by its id.
@param styleURI: The URI of the style package's associated style
Future<StylePack> stylePack(String styleURI) async { return _api.stylePack(styleURI); }