removeBleGenerator abstract method
@brief Method removes a specific BLE beacon generator by its identifier. @param id Unique identifier of the BLE generator to remove.
Dart code snippet: @snippet measurement_manager_example.dart dart_MeasurementManager_removeBleGenerator
Implementation
void removeBleGenerator(String id);