getFeaturesets method

Future<List<FeaturesetDescriptor>> getFeaturesets()

Returns the featuresets defined by the currently loaded style.

Implementation

Future<List<FeaturesetDescriptor>> getFeaturesets() => _impl.getFeaturesets();