getPolygon abstract method

Future<PolygonGeofence?> getPolygon(
  1. String identifier
)

Gets a polygon geofence by identifier.

Implementation

Future<PolygonGeofence?> getPolygon(String identifier);