getZonesAndFences method

Future getZonesAndFences()

Method to get a collection of BDZoneInfo objects, corresponding to the Zones you created for this project, in the Canvas interface.

Implementation

Future<dynamic> getZonesAndFences() {
  return BluedotPointSdkPlatform.instance.getZonesAndFences();
}