Abstract interface for managing offline style packages.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
allStylePacks(
) → Future< List< StylePack> > - Returns all existing style packages.
-
loadStylePack(
String styleURI, StylePackLoadOptions loadOptions, OnStylePackLoadProgressListener? progressListener) → Future< StylePack> - Loads or updates a style package.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeStylePack(
String styleURI) → Future< StylePack> - Removes a style package.
-
stylePack(
String styleURI) → Future< StylePack> - Returns a style package by its style URI.
-
stylePackMetadata(
String styleURI) → Future< Map< String, Object> > - Returns the metadata associated with a style package.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited