Gets a geofence by identifier.
@override Future<Geofence?> get(String identifier) => _instance.getGeofence(identifier);