Removes a polygon geofence by identifier.
@override Future<bool> removePolygon(String identifier) => _instance.removePolygonGeofence(identifier);