removeBleGenerators method
@brief Method removes all BLE beacon generators.
Dart code snippet: @snippet measurement_manager_example.dart dart_MeasurementManager_removeBleGenerators
Implementation
@override
void removeBleGenerators() {
final _removeBleGeneratorsFfi = __lib.catchArgumentError(() => __lib.nativeLibrary.lookupFunction<
Void Function(Pointer<Void>, ),
void Function(Pointer<Void>, )
>('navigine_sdk_flutter_MeasurementManager_removeBleGenerators'));
final _handle = this.handle;
_removeBleGeneratorsFfi(_handle, );
}