add abstract method

Future<bool> add(
  1. Geofence geofence
)

Adds a single geofence.

Implementation

Future<bool> add(Geofence geofence);