getZonesAndFences method

Future getZonesAndFences()

Returns a collection of BDZoneInfo objects, corresponding to the Zones created for this project in the Canvas portal.

Implementation

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