get abstract method

Future<Geofence?> get(
  1. String identifier
)

Gets a geofence by identifier.

Implementation

Future<Geofence?> get(String identifier);