PolygonGeofencePersistCallback typedef

PolygonGeofencePersistCallback = Future<void> Function(List<PolygonGeofence> geofences)

Callback for polygon geofence persistence.

Implementation

typedef PolygonGeofencePersistCallback = Future<void> Function(
    List<PolygonGeofence> geofences);