getHiddenFeatures method
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();
}