cleanProvisioningData method

Future<void> cleanProvisioningData()

This method reset the unprovisioned nodes cache.

WARNING: This method is not intended to be used by external use of nrf_mesh_plugin. It is used for the provisioning process.

Implementation

Future<void> cleanProvisioningData() => _methodChannel.invokeMethod<void>('cleanProvisioningData');