otherDeviceAccepted method

void otherDeviceAccepted()

Implementation

void otherDeviceAccepted() {
  canceled = true;
  canceledCode = 'm.accepted';
  canceledReason = 'm.accepted';
  setState(KeyVerificationState.error);
}