cachedProvisionedMeshNodeUuid method

Future<String?> cachedProvisionedMeshNodeUuid()

A method that will return a mesh node uuid during provisioning process or null

Implementation

Future<String?> cachedProvisionedMeshNodeUuid() => _methodChannel.invokeMethod('cachedProvisionedMeshNodeUuid');