removeLocationGenerator abstract method

void removeLocationGenerator(
  1. String id
)

@brief Method removes a specific location generator by its identifier. @param id Unique identifier of the location generator to remove.

Dart code snippet: @snippet measurement_manager_example.dart dart_MeasurementManager_removeLocationGenerator

Implementation

void removeLocationGenerator(String id);