Removes a geofence by identifier.
@override Future<bool> remove(String identifier) => _instance.removeGeofence(identifier);