Return the unique customer identifier associated with the current device.
let customerId = NamiCustomerManager.loggedInId()
val customerId = NamiCustomerManager.loggedInId()
NamiCustomerManager.loggedInId();
Returns
A string of the external identifier that Nami has stored. Returns null
if no id has been stored, including if a string was passed to login that was not valid.