initialize method

FutureOr initialize(
  1. MKey targetKey,
  2. MKey agentKey
)

Implementation

FutureOr initialize(MKey targetKey, MKey agentKey) {
  this.contactKey = targetKey;
}