getHiddenFeatures method

Future<List<MPFeatureType>> getHiddenFeatures()

Get the list of features hidden on the map

If null is returned, then no features are currently hidden

Implementation

Future<List<MPFeatureType>> getHiddenFeatures() {
  return MapcontrolPlatform.instance.getHiddenFeatures();
}