resetMeshNetwork method

Future<void> resetMeshNetwork()

This method will clear the provisioned nodes, reset the sequence number and generate new network with new provisioning data.

Implementation

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