removeLocationGenerator abstract method
Method removes a specific location generator by its identifier.
id Unique identifier of the location generator to remove.
Example:
// Remove specific location generator
_measurementManager!.removeLocationGenerator(locationId);
print("Removed location generator: $locationId");
Implementation
void removeLocationGenerator(String id);