isEnabled abstract method
Returns whether clustering is enabled.
Example:
final clusteringEnabled = controller.isEnabled;
print("Clustering is enabled: $clusteringEnabled");
Implementation
bool isEnabled();
Returns whether clustering is enabled.
Example:
final clusteringEnabled = controller.isEnabled;
print("Clustering is enabled: $clusteringEnabled");
bool isEnabled();