polygonExists abstract method

Future<bool> polygonExists(
  1. String identifier
)

Checks if a polygon geofence exists.

Implementation

Future<bool> polygonExists(String identifier);