querySourceFeatures abstract method

Future<List<QueriedSourceFeature?>> querySourceFeatures(
  1. String sourceId,
  2. SourceQueryOptions options
)

Queries the source identified by sourceId for features matching the given query options.

Implementation

Future<List<QueriedSourceFeature?>> querySourceFeatures(
  String sourceId,
  SourceQueryOptions options,
);