RegisterObject constructor

RegisterObject(
  1. String publicKey,
  2. String userId
)

Implementation

RegisterObject(this.publicKey, this.userId);