getCustomerId method

String getCustomerId()

Implementation

String getCustomerId() {
  return Encryption.instance.encrypt(_customerId);
}